bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-objdump/ELF/ARM/invalid-instruction.s

10 lines
233 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
@RUN: llvm-mc -triple arm-unknown-linux -filetype=obj %s | llvm-objdump -d - | FileCheck %s
.text
b l0
.inst 0xffffffff
l0:
@CHECK: 0: ea000000 b 0x8 <l0> @ imm = #0
@CHECK-NEXT: 4: ffffffff <unknown>