summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2016-09-29 21:07:29 +0000
committerKevin Enderby <enderby@apple.com>2016-09-29 21:07:29 +0000
commit4f229d867bb9fc9ad4f814362b320948fdad46e9 (patch)
tree7633b780a0dbe236366e1cc98ea1b42487c38cf2 /llvm/test/Object/Inputs
parent7a941e2b2b581ae9525ded009a9d92ac0d5d84fd (diff)
downloadbcm5719-llvm-4f229d867bb9fc9ad4f814362b320948fdad46e9.tar.gz
bcm5719-llvm-4f229d867bb9fc9ad4f814362b320948fdad46e9.zip
Next set of additional error checks for invalid Mach-O files for the
load command that uses the MachO::entry_point_command type but not used in llvm libObject code but used in llvm tool code. This includes just the LC_MAIN load command. llvm-svn: 282766
Diffstat (limited to 'llvm/test/Object/Inputs')
-rw-r--r--llvm/test/Object/Inputs/macho-invalid-entry-bad-sizebin0 -> 56 bytes
-rw-r--r--llvm/test/Object/Inputs/macho-invalid-entry-more-than-onebin0 -> 76 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Object/Inputs/macho-invalid-entry-bad-size b/llvm/test/Object/Inputs/macho-invalid-entry-bad-size
new file mode 100644
index 00000000000..b7944be6be8
--- /dev/null
+++ b/llvm/test/Object/Inputs/macho-invalid-entry-bad-size
Binary files differ
diff --git a/llvm/test/Object/Inputs/macho-invalid-entry-more-than-one b/llvm/test/Object/Inputs/macho-invalid-entry-more-than-one
new file mode 100644
index 00000000000..de08dd5a830
--- /dev/null
+++ b/llvm/test/Object/Inputs/macho-invalid-entry-more-than-one
Binary files differ
OpenPOWER on IntegriCloud