12 lines · plain
1@ RUN: llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s2 3@ Implementation-detail test (unfortunately): values that are relocated do not4@ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.5 add r0, r0, r06 .word somewhere7 add r0, r0, r08 9@ CHECK: 00000000 l .text 00000000 $a10@ CHECK-NEXT: 00000004 l .text 00000000 $d11@ CHECK-NEXT: 00000008 l .text 00000000 $a12