summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/gdb-index-invalid-ranges.obj.s
Commit message (Collapse)AuthorAgeFilesLines
* gdb-index: Handle errors when parsing rangesDavid Blaikie2018-12-221-0/+2
When parsing CU ranges for gdb-index, handle the error (now propagated up though the API lld is calling here - previously the error was printed within the libDebugInfo API, not allowing lld to format or handle the message at all) - including information about the object and archive name, as well as failing the link. llvm-svn: 349979
OpenPOWER on IntegriCloud