For biendian targets like ARM and AArch64, it is useful to have the
authorEric Christopher <echristo@gmail.com>
Mon, 6 Oct 2014 07:06:03 +0000 (07:06 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 6 Oct 2014 07:06:03 +0000 (07:06 +0000)
commit862c93c856ba5b69507d0cc05102c330b7fec743
tree69d99faf82b01753f1bc7164496f77564f6461af
parent8e59427e3ac10c7d331b18cd49a72ea56988f57e
For biendian targets like ARM and AArch64, it is useful to have the
output of the llvm-dwarfdump and llvm-objdump report the endianness
used when the object files were generated.

Patch by Charlie Turner.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219110 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELFObjectFile.h
test/DebugInfo/AArch64/big-endian-dump.ll
test/DebugInfo/AArch64/little-endian-dump.ll [new file with mode: 0644]
test/DebugInfo/ARM/big-endian-dump.ll
test/DebugInfo/ARM/little-endian-dump.ll [new file with mode: 0644]