
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.
9 lines
203 B
ArmAsm
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
|
|
|