diff options
author | Kevin Enderby <enderby@apple.com> | 2014-11-06 19:00:13 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2014-11-06 19:00:13 +0000 |
commit | 930fdc77ddcaa766a88af3dcf28d80fe2217922f (patch) | |
tree | bd1b88d008b8905f370722b89be332f7e3cfa1d5 /llvm/test/tools/llvm-objdump/ARM/Inputs | |
parent | fbaaed6b581a3d08b16f0a247e32e98398d014ea (diff) | |
download | bcm5719-llvm-930fdc77ddcaa766a88af3dcf28d80fe2217922f.tar.gz bcm5719-llvm-930fdc77ddcaa766a88af3dcf28d80fe2217922f.zip |
Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler and
add the code and test cases for 32-bit ARM symbolizer.
Also fixed the printing of data in code as it was not using the table correctly
and needed to fix one of the test cases too.
This will break lld’s test/mach-o/arm-interworking-movw.yaml till the tweak
for that is made. Which I’ll be committing immediately after this commit.
llvm-svn: 221470
Diffstat (limited to 'llvm/test/tools/llvm-objdump/ARM/Inputs')
-rwxr-xr-x | llvm/test/tools/llvm-objdump/ARM/Inputs/hello.exe.macho-arm | bin | 0 -> 49408 bytes |
-rw-r--r-- | llvm/test/tools/llvm-objdump/ARM/Inputs/hello.obj.macho-arm | bin | 0 -> 744 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objdump/ARM/Inputs/hello.exe.macho-arm b/llvm/test/tools/llvm-objdump/ARM/Inputs/hello.exe.macho-arm Binary files differnew file mode 100755 index 00000000000..40d657b35c0 --- /dev/null +++ b/llvm/test/tools/llvm-objdump/ARM/Inputs/hello.exe.macho-arm diff --git a/llvm/test/tools/llvm-objdump/ARM/Inputs/hello.obj.macho-arm b/llvm/test/tools/llvm-objdump/ARM/Inputs/hello.obj.macho-arm Binary files differnew file mode 100644 index 00000000000..fb8706b2857 --- /dev/null +++ b/llvm/test/tools/llvm-objdump/ARM/Inputs/hello.obj.macho-arm |