summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2016-09-28 23:16:01 +0000
committerKevin Enderby <enderby@apple.com>2016-09-28 23:16:01 +0000
commit76966bf06629e6b73e8d62cf714d5e7cee579bff (patch)
tree452faa8a37e20e486261d117cdf6e5ef8c418ce5 /llvm/test/Object/Inputs
parentae1ba73aeb538d26e44c6e66209a6ef49fd8a1b9 (diff)
downloadbcm5719-llvm-76966bf06629e6b73e8d62cf714d5e7cee579bff.tar.gz
bcm5719-llvm-76966bf06629e6b73e8d62cf714d5e7cee579bff.zip
Next set of additional error checks for invalid Mach-O files for the
load command that uses the Mach::rpath_command type but not used in llvm libObject code but used in llvm tool code. This includes just the LC_RPATH load command. llvm-svn: 282649
Diffstat (limited to 'llvm/test/Object/Inputs')
-rw-r--r--llvm/test/Object/Inputs/macho-invalid-rpath-name_offset-toobigbin0 -> 40 bytes
-rw-r--r--llvm/test/Object/Inputs/macho-invalid-rpath-name_toobigbin0 -> 44 bytes
-rw-r--r--llvm/test/Object/Inputs/macho-invalid-rpath-smallbin0 -> 44 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Object/Inputs/macho-invalid-rpath-name_offset-toobig b/llvm/test/Object/Inputs/macho-invalid-rpath-name_offset-toobig
new file mode 100644
index 00000000000..0a4849ab192
--- /dev/null
+++ b/llvm/test/Object/Inputs/macho-invalid-rpath-name_offset-toobig
Binary files differ
diff --git a/llvm/test/Object/Inputs/macho-invalid-rpath-name_toobig b/llvm/test/Object/Inputs/macho-invalid-rpath-name_toobig
new file mode 100644
index 00000000000..2a1abe60a31
--- /dev/null
+++ b/llvm/test/Object/Inputs/macho-invalid-rpath-name_toobig
Binary files differ
diff --git a/llvm/test/Object/Inputs/macho-invalid-rpath-small b/llvm/test/Object/Inputs/macho-invalid-rpath-small
new file mode 100644
index 00000000000..5a6944fc629
--- /dev/null
+++ b/llvm/test/Object/Inputs/macho-invalid-rpath-small
Binary files differ
OpenPOWER on IntegriCloud