Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] Replace unused output filenames with /dev/null in tests | Fangrui Song | 2018-07-02 | 1 | -1/+1 |
| | | | | | | Post commit review at rLLD335992 llvm-svn: 336129 | ||||
* | [ELF] Rework debug line parsing to use llvm::Error and callbacks (LLD-side) | James Henderson | 2018-05-10 | 1 | -0/+21 |
Reviewed by: ruiu, grimar, espindola Differential Revision: https://reviews.llvm.org/D44562 Summary: r331971 changes the debug line parser interface to report LLVM errors in an interface that different executables can use, rather than always being printed directly as warnings to stderr. This change allows LLD to make use of the new interface and call its own warning methods to report problems. llvm-svn: 331972 |