| commit | 4edda28b8ac076ce31c0003ce3562b0207c106e1 | [log] [tgz] |
|---|---|---|
| author | Renato Golin <renato.golin@linaro.org> | Wed Sep 24 17:01:33 2014 +0000 |
| committer | Renato Golin <renato.golin@linaro.org> | Wed Sep 24 17:01:33 2014 +0000 |
| tree | 3822e906f24ae38879aebc303eb49385d02bca54 | |
| parent | 66088d5917140db87726095046720563de712f1d [diff] |
Report endianness in output of {dwarf, obj}dump
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.
llvm-svn: 218391