17 lines · plain
1// RUN: llvm-mc -g -triple i386-apple-darwin10 %s -filetype=obj -o %t2// RUN: llvm-dwarfdump -debug-line %t | FileCheck %s3 4# 1 "foo.S" 25.macro switcher6 ljmp *0x38(%ecx)7.endmacro8 switcher NaClSwitchNoSSE, 09 10// PR14264 was a crash in the code caused by the .macro not handled correctly11// rdar://1263762812 13// We check that the source name "foo.S" is picked up14// CHECK: file_names[ 1]:15// CHECK-NEXT: name: "foo.S"16// CHECK-NEXT: dir_index: 017