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
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
RUN: llvm-readelf -e %p/Inputs/trivial.obj.elf-i386 > %t.e
|
|
RUN: llvm-readelf --headers %p/Inputs/trivial.obj.elf-i386 > %t.headers
|
|
RUN: llvm-readelf -h -l -S %p/Inputs/trivial.obj.elf-i386 > %t.hlS
|
|
RUN: cmp %t.e %t.headers
|
|
RUN: cmp %t.e %t.hlS
|