llvm-6502/test/DebugInfo
Evan Cheng 94ea5be39f Fix a couple of Dwarf bugs.
- Emit DW_AT_byte_size for struct and union of size zero.
- Emit DW_AT_declaration for forward type declaration.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60812 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-10 00:15:44 +00:00
..
2008-10-17-C++DebugCrash.ll The Dwarf writer was comparing mangled and unmangled names for C++ code when we 2008-10-17 18:48:57 +00:00
2008-11-05-InlinedFuncStart.ll Emit label for llvm.dbg.func.start of the inlined function. 2008-11-06 21:28:20 +00:00
2008-11-06-Mem2Reg.ll Handle (delete) dbg intrinsics while promoting alloca. 2008-11-07 01:30:07 +00:00
2008-11-19-InstCombine.ll If there are two consecutive llvm.dbg.stoppoint calls then 2008-11-19 18:56:50 +00:00
dataOnly.ll Testcase for debug info from data-only files. 2008-07-08 21:57:56 +00:00
deaddebuglabel.ll Testcase for PR2613 2008-10-31 20:10:49 +00:00
dg.exp
forwardDecl.ll Fix a couple of Dwarf bugs. 2008-12-10 00:15:44 +00:00
funccall.ll
globalGetElementPtr.ll