[PATCH] D39977: [llvm-objcopy] Support the rest of the ELF formats
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 13:28:27 PST 2017
jakehehrlich created this revision.
We haven't been supporting anything but ELF64LE since the start. Luckily this was always accounted for and the change is pretty trivial. B35281 <https://bugs.llvm.org/show_bug.cgi?id=35281> requests this change for ELF32LE. This change adds support for ELF32LE, ELF64BE, and ELF32BE with all supported features that already existed for ELF64LE.
Repository:
rL LLVM
https://reviews.llvm.org/D39977
Files:
test/tools/llvm-objcopy/elf32be.test
test/tools/llvm-objcopy/elf32le.test
test/tools/llvm-objcopy/elf64be.test
tools/llvm-objcopy/llvm-objcopy.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39977.122716.patch
Type: text/x-patch
Size: 4455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171113/97dc04e1/attachment.bin>
More information about the llvm-commits
mailing list