summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2016-06-20 22:16:18 +0000
committerKevin Enderby <enderby@apple.com>2016-06-20 22:16:18 +0000
commiteb6d110c1d0d0089c4da4b4ca9cd64460aa142f3 (patch)
tree5bb2189d83eb75d2cbe1f53e793f58dea9a65e3f /llvm/test/Object/Inputs
parent94eb31a7a91e5c9e8b004d3bea1176a9642ef1ed (diff)
downloadbcm5719-llvm-eb6d110c1d0d0089c4da4b4ca9cd64460aa142f3.tar.gz
bcm5719-llvm-eb6d110c1d0d0089c4da4b4ca9cd64460aa142f3.zip
Add support for Darwin’s 64-bit universal files with 64-bit offsets and sizes for the objects.
Darwin added support in its Xcode 8.0 tools (released in the beta) for universal files where offsets and sizes for the objects are 64-bits to allow support for objects contained in universal files to be larger then 4gb. The change is very straight forward. There is a new magic number that differs by one bit, much like the 64-bit Mach-O files. Then there is a new structure that follow the fat_header that has the same layout but with the offset and size fields using 64-bit values instead of 32-bit values. rdar://26899493 llvm-svn: 273207
Diffstat (limited to 'llvm/test/Object/Inputs')
-rwxr-xr-xllvm/test/Object/Inputs/macho-universal64.x86_64.i386bin0 -> 16624 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Object/Inputs/macho-universal64.x86_64.i386 b/llvm/test/Object/Inputs/macho-universal64.x86_64.i386
new file mode 100755
index 00000000000..add12e44a35
--- /dev/null
+++ b/llvm/test/Object/Inputs/macho-universal64.x86_64.i386
Binary files differ
OpenPOWER on IntegriCloud