bolt/deps/llvm-18.1.8/llvm/test/MC/ARM/preserve-comments-arm.s
2025-02-14 19:21:04 +01:00

10 lines
209 B
ArmAsm

@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
@RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
@RUN: diff -b %t %t2
.text
mov r0, r0
foo: #Comment here
mov r0, r0 @ EOL comment
.ident ""