Add an elf-dumper utility.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 9 Sep 2010 15:00:41 +0000 (15:00 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 9 Sep 2010 15:00:41 +0000 (15:00 +0000)
commita754be42da9449492a75d86dcb7a147ffd7b45d2
tree50e0b63871a0964b5e770c8098c4fb4d67a35af2
parentd4d4c7fd0d35cca144e696be2740a9e34c29608a
Add an elf-dumper utility.

- Output format and some of the code stolen from macho-dump.
- Somewhat incomplete and probably buggy.
- Comes with a very basic test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113488 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/ELF/basic-elf.ll [new file with mode: 0644]
test/Scripts/elf-dump [new file with mode: 0755]
test/Scripts/elf-dump.bat [new file with mode: 0644]