summaryrefslogtreecommitdiff
path: root/test/Object/Inputs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Object/Inputs')
-rw-r--r--test/Object/Inputs/invalid-reloc.elf-x86-64bin0 -> 624 bytes
-rw-r--r--test/Object/Inputs/macho-invalid-notebin0 -> 76 bytes
-rw-r--r--test/Object/Inputs/solaris-nosymbols.yaml7
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
new file mode 100644
index 0000000000000..ce742de3bd2be
--- /dev/null
+++ b/test/Object/Inputs/invalid-reloc.elf-x86-64
Binary files differ
diff --git a/test/Object/Inputs/macho-invalid-note b/test/Object/Inputs/macho-invalid-note
new file mode 100644
index 0000000000000..9bc21d99323e6
--- /dev/null
+++ b/test/Object/Inputs/macho-invalid-note
Binary files differ
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
+...