diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-08-08 22:27:13 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-08-08 22:27:13 +0000 |
commit | 126973ba93ef729f6c6050897f3173bd9e8befb1 (patch) | |
tree | ef06a3b76f100f47f90792813601c008bc748562 /llvm/test/Object/Inputs | |
parent | 238cc72ec5d9ec896a5f657d6dee0ee7048eed0c (diff) | |
download | bcm5719-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_64 | bin | 0 -> 5200 bytes |
-rw-r--r-- | llvm/test/Object/Inputs/corrupt.elf-x86-64 | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000000..1241a27a7bb --- /dev/null +++ b/llvm/test/Object/Inputs/corrupt-version.elf-x86_64 diff --git a/llvm/test/Object/Inputs/corrupt.elf-x86-64 b/llvm/test/Object/Inputs/corrupt.elf-x86-64 Binary files differnew file mode 100644 index 00000000000..8ae5f175974 --- /dev/null +++ b/llvm/test/Object/Inputs/corrupt.elf-x86-64 |