Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DebugInfo: Explicitly handle errors when parsing unit DIEs | David Blaikie | 2019-08-09 | 1 | -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 Blaikie | 2019-08-07 | 1 | -0/+30 |
non-zero This bug was/is masking other issues - committing this to demonstrate the problem/track fixing it. llvm-svn: 368220 |