Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-readobj][llvm-readelf] - Remove excessive empty lines when reporting ↵ | Georgii Rymar | 2019-12-11 | 1 | -2/+0 |
| | | | | | | | | | | errors and warnings. After recent changes it is now seems possible to get rid of printing '\n' before each error and warning. This makes the output cleaner. Differential revision: https://reviews.llvm.org/D71246 | ||||
* | [llvm-readobj][test] - Move platform specific test cases and their inputs to ↵ | Georgii Rymar | 2019-12-10 | 1 | -0/+51 |
separate folders. This creates the next subfolders in the test directory: "COFF", "ELF", "MachO", "wasm". I've also removed platform specific prefixes, like "coff-*". One unused binary was removed as well: `Inputs/relocs.obj.elf-mips` Differential revision: https://reviews.llvm.org/D71203 |