OSDN Git Service

DwarfUnit: Make explicit a limitation/bug in enumeration constant emission.
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 11 May 2014 17:04:05 +0000 (17:04 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 11 May 2014 17:04:05 +0000 (17:04 +0000)
commit42e3b31d698dfe492c1c33adbbc6b98be9918fd2
treedfb04abe598b310b05a303c924cec151b769069b
parent87f4cf702855ef738c18dfde5e92e6be60490dca
DwarfUnit: Make explicit a limitation/bug in enumeration constant emission.

Filed as PR19712, LLVM fails to detect the right type of an enum
constant when a frontend does not provide an underlying type for the
enumeration type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208502 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfUnit.cpp