forked from OSchip/llvm-project
[mach-o] Update test case to work with latest llvm-objdump output for ARM thumb
code. Same basic change that was done in r218429 for ARM code. Where the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler is now plumbed in with r221470 from the llvm trunk. llvm-svn: 221473
This commit is contained in:
parent
736bac6482
commit
3b47e1f7e2
|
@ -330,7 +330,7 @@ local-symbols:
|
|||
# CODE-NEXT: movt r0, #0
|
||||
# CODE-NEXT: movw r1, #1
|
||||
# CODE-NEXT: movt r1, #0
|
||||
# CODE-NEXT: movw r2, #4174
|
||||
# CODE-NEXT: movw r2, _a2
|
||||
# CODE-NEXT: movt r2, #0
|
||||
# CODE-NEXT: movw r3, #42
|
||||
# CODE-NEXT: movt r3, #0
|
||||
|
|
Loading…
Reference in New Issue