summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/line-info.ll
Commit message (Collapse)AuthorAgeFilesLines
* Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky2013-02-141-52/+0
| | | | llvm-svn: 175150
* The test failed on Windows. I've changed the platform to run to ↵Elena Demikhovsky2013-02-141-1/+1
| | | | | | "x86_64-apple-darwin". llvm-svn: 175146
* 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
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-261-0/+54
This adds support for LLVM to accept metadata that doesn't include a top level lexical block in a function. Specifically LLVM couldn't handle this when there were file changes relating to these blocks. I've updated a few test cases to ensure other functionality (such as inlining) isn't affected by this change, but haven't pervasively updated all the test cases. llvm-svn: 173592
OpenPOWER on IntegriCloud