llvm-project/llvm/test/MC/X86/fixup-cpu-mode.s
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

9 lines
203 B
ArmAsm

// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t
// RUN: llvm-objdump --no-print-imm-hex -d %t | FileCheck %s
//PR18303
.global edata
sub $edata, %r12 // CHECK: subq $0, %r12
.code32