Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use error() instead of fatal() to report an invalid address range. | Rui Ueyama | 2018-12-26 | 1 | -2/+2 |
| | | | | | | In this patch we also use toString() to stringize a section. llvm-svn: 350070 | ||||
* | gdb-index: Handle errors when parsing ranges | David Blaikie | 2018-12-22 | 1 | -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 |