15 lines · plain
1// RUN: llvm-mc -triple i386-unknown-unknown --filetype=obj -g %s -o %t2// RUN: llvm-dwarfdump -a %t | FileCheck %s3 4.macro FOO5# 100 "./line-marker-inside-macro.s"6.endm7 8 9 10FOO11 mov %eax, 012 13// CHECK: 0x0000000000000000 105 0 1 0 0 0 is_stmt14// CHECK-NEXT: 0x0000000000000005 105 0 1 0 0 0 is_stmt end_sequence15