summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/enum-fwd-decl.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-021-4/+2
| | | | | | | | | | The main lists of debug info metadata attached to the compile_unit had an extra layer of metadata nodes they went through for no apparent reason. This patch removes that (& still passes just as much of the GDB 7.5 test suite). If anyone can show evidence as to why these extra metadata nodes are there I'm open to reverting this patch & documenting why they're there. llvm-svn: 174266
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-251-1/+1
| | | | | | | use them in tests that run llvm-dwarfdump. This is in order to make tests as specific as possible. llvm-svn: 173498
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-9/+7
| | | | | | PR14029, LLVM part. llvm-svn: 165288
* Add support for enum forward declarations.Eric Christopher2012-06-011-0/+22
Part of rdar://11570854 llvm-svn: 157786
OpenPOWER on IntegriCloud