Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-readobj][test] - Move platform specific test cases and their inputs to ↵ | Georgii Rymar | 2019-12-10 | 1 | -0/+0 |
| | | | | | | | | | | | | 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 | ||||
* | [codeview] Fix dumping VFTables, stop when we see LF_PAD* | Reid Kleckner | 2016-05-12 | 1 | -0/+0 |
Also stop visiting type records when we encounter an error. llvm-svn: 269374 |