summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2013-08-08 22:27:13 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2013-08-08 22:27:13 +0000
commit126973ba93ef729f6c6050897f3173bd9e8befb1 (patch)
treeef06a3b76f100f47f90792813601c008bc748562 /llvm/test/Object/Inputs
parent238cc72ec5d9ec896a5f657d6dee0ee7048eed0c (diff)
downloadbcm5719-llvm-126973ba93ef729f6c6050897f3173bd9e8befb1.tar.gz
bcm5719-llvm-126973ba93ef729f6c6050897f3173bd9e8befb1.zip
[Object] Split the ELF interface into 3 parts.
* ELFTypes.h contains template magic for defining types based on endianess, size, and alignment. * ELFFile.h defines the ELFFile class which provides low level ELF specific access. * ELFObjectFile.h contains ELFObjectFile which uses ELFFile to implement the ObjectFile interface. llvm-svn: 188022
Diffstat (limited to 'llvm/test/Object/Inputs')
-rw-r--r--llvm/test/Object/Inputs/corrupt-version.elf-x86_64bin0 -> 5200 bytes
-rw-r--r--llvm/test/Object/Inputs/corrupt.elf-x86-64bin0 -> 1024 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Object/Inputs/corrupt-version.elf-x86_64 b/llvm/test/Object/Inputs/corrupt-version.elf-x86_64
new file mode 100644
index 00000000000..1241a27a7bb
--- /dev/null
+++ b/llvm/test/Object/Inputs/corrupt-version.elf-x86_64
Binary files differ
diff --git a/llvm/test/Object/Inputs/corrupt.elf-x86-64 b/llvm/test/Object/Inputs/corrupt.elf-x86-64
new file mode 100644
index 00000000000..8ae5f175974
--- /dev/null
+++ b/llvm/test/Object/Inputs/corrupt.elf-x86-64
Binary files differ
OpenPOWER on IntegriCloud