summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/gdb-index-invalid-ranges.s
Commit message (Collapse)AuthorAgeFilesLines
* Use error() instead of fatal() to report an invalid address range.Rui Ueyama2018-12-261-2/+2
| | | | | | In this patch we also use toString() to stringize a section. llvm-svn: 350070
* gdb-index: Handle errors when parsing rangesDavid Blaikie2018-12-221-0/+42
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