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 | ||||
* | Support: add support to identify WinCOFF/ARM objects | Saleem Abdulrasool | 2014-03-13 | 1 | -0/+0 |
Add the Windows COFF ARM object file magic. This enables the LLVM tools to interact with COFF object files for Windows on ARM. llvm-svn: 203761 |