summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/gdb-index-parse-fail.s
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Explicitly handle errors when parsing unit DIEsDavid Blaikie2019-08-091-4/+2
| | | | | | | | This ensures these errors produce a non-zero exit and improves the context (providing the name of the input object and section being parsed). llvm-svn: 368378
* Add a test demonstrating DWARF parse failures are not causing lld to exit ↵David Blaikie2019-08-071-0/+30
non-zero This bug was/is masking other issues - committing this to demonstrate the problem/track fixing it. llvm-svn: 368220
OpenPOWER on IntegriCloud