Daniel Thornburgh 75cdab6dc2 [llvm-objdump] Add --no-print-imm-hex to tests depending on it.
This prepares for an upcoming change to make --print-imm-hex the default
behavior of llvm-objdump. These tests were updated in a semi-automatic
fashion.

See D136972 for details.
2022-10-29 15:40:26 -07:00

10 lines
327 B
Plaintext

RUN: llvm-objdump --no-print-imm-hex -d -m --no-show-raw-insn %p/Inputs/kextbundle.macho-aarch64 | FileCheck %s
CHECK: (__TEXT_EXEC,__text) section
CHECK: _foo:
CHECK: 4000: stp x29, x30, [sp, #-16]!
CHECK: 4004: mov x29, sp
CHECK: 4008: bl _bar.stub
CHECK: 400c: ldp x29, x30, [sp], #16
CHECK: 4010: ret