OSDN Git Service

Re-land "Fix faulty assertion in debug info"
authorAdrian McCarthy <amccarth@google.com>
Fri, 5 Jan 2018 23:01:04 +0000 (23:01 +0000)
committerAdrian McCarthy <amccarth@google.com>
Fri, 5 Jan 2018 23:01:04 +0000 (23:01 +0000)
commitced21a6948afdd08438b9f3fe0a370ff2dacfed0
treee7ce0366e0928c2b3dd0c77fad7bb5ea6db04cb7
parentcac7dd493ad574f4a6913a8108ac14945895c253
Re-land "Fix faulty assertion in debug info"

This had been reverted because the new test failed on non-X86 bots.  I moved
the new test to the appropriate subdirectory to correct this.

Differential Revision: https://reviews.llvm.org/D41264
Original submission:  r321122 (which was reverted by r321125)

This reverts commit 3c1639b5703c387a0d8cba2862803b4e68dff436.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321911 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
test/DebugInfo/X86/void-typedef.ll [new file with mode: 0644]