mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
d67dc1b4ef
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
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
Ensure that we can read COFF objects with a string table size of 0 (instead
|
|
of 4) for empty string tables.
|
|
|
|
RUN: llvm-readobj --symbols %p/Inputs/zero-string-table.obj.coff-i386 | FileCheck %s
|
|
|
|
CHECK: Symbols [
|
|
CHECK: Symbol {
|
|
CHECK: Name: $R000000
|