11 lines · plain
1 @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t2 @RUN: sed 's/#[C]omment/@Comment/g' %s > %t23 @RUN: diff -b %t %t24 .text5 6 mov r0, r07foo: #Comment here8 mov r0, r0 @ EOL comment9 .ident ""10 11 1 @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t2 @RUN: sed 's/#[C]omment/@Comment/g' %s > %t23 @RUN: diff -b %t %t24 .text5 6 mov r0, r07foo: #Comment here8 mov r0, r0 @ EOL comment9 .ident ""10 11