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/Object/ARM/macho-data-in-code.test | |
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/Object/ARM/macho-data-in-code.test')
-rw-r--r-- | llvm/test/Object/ARM/macho-data-in-code.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/ARM/macho-data-in-code.test b/llvm/test/Object/ARM/macho-data-in-code.test index dca084c2cab..2bfb6c11864 100644 --- a/llvm/test/Object/ARM/macho-data-in-code.test +++ b/llvm/test/Object/ARM/macho-data-in-code.test @@ -3,5 +3,5 @@ RUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data CHECK: 12: 80 bd pop {r7, pc} CHECK: 14: 38 00 00 00 .long 56 @ KIND_DATA -CHECK: 16: 00 00 movs r0, r0 +CHECK: 18: 70 47 bx lr |