diff options
Diffstat (limited to 'test/Object/Inputs')
-rw-r--r-- | test/Object/Inputs/invalid-reloc.elf-x86-64 | bin | 0 -> 624 bytes | |||
-rw-r--r-- | test/Object/Inputs/macho-invalid-note | bin | 0 -> 76 bytes | |||
-rw-r--r-- | test/Object/Inputs/solaris-nosymbols.yaml | 7 |
3 files changed, 7 insertions, 0 deletions
diff --git a/test/Object/Inputs/invalid-reloc.elf-x86-64 b/test/Object/Inputs/invalid-reloc.elf-x86-64 Binary files differnew file mode 100644 index 0000000000000..ce742de3bd2be --- /dev/null +++ b/test/Object/Inputs/invalid-reloc.elf-x86-64 diff --git a/test/Object/Inputs/macho-invalid-note b/test/Object/Inputs/macho-invalid-note Binary files differnew file mode 100644 index 0000000000000..9bc21d99323e6 --- /dev/null +++ b/test/Object/Inputs/macho-invalid-note diff --git a/test/Object/Inputs/solaris-nosymbols.yaml b/test/Object/Inputs/solaris-nosymbols.yaml new file mode 100644 index 0000000000000..85dabedcf9a59 --- /dev/null +++ b/test/Object/Inputs/solaris-nosymbols.yaml @@ -0,0 +1,7 @@ +--- !ELF +FileHeader: + Class: ELFCLASS64 + Data: ELFDATA2LSB + Type: ET_REL + Machine: EM_X86_64 +... |