1 ; RUN: llc -mtriple=x86_64-apple-darwin %s -o - -filetype=asm | FileCheck %s
5 ; ".file 1 \"A.asm\"\n"
6 ; ".file 2 \"B.asm\"\n"
21 ; CHECK: .file 1 "A.asm"
22 ; CHECK: .file 2 "B.asm"
25 ; CHECK: .file 3 "{{.*[/\\]}}test.c"
28 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
29 target triple = "x86_64-apple-macosx"
31 module asm ".file 1 \22A.asm\22"
32 module asm ".file 2 \22B.asm\22"
33 module asm ".loc 1 111"
35 module asm ".globl _bar"
37 module asm ".loc 2 222"
40 ; Function Attrs: nounwind ssp uwtable
41 define void @foo() !dbg !4 {
43 call void (...) @bar(), !dbg !11
47 declare void @bar(...)
50 !llvm.module.flags = !{!7, !8, !9}
53 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.8.0 (trunk 256963)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)
54 !1 = !DIFile(filename: "test.c", directory: "/Volumes/Data/radar/22690666")
56 !4 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 14, type: !5, isLocal: false, isDefinition: true, scopeLine: 14, isOptimized: false, unit: !0, retainedNodes: !2)
57 !5 = !DISubroutineType(types: !6)
59 !7 = !{i32 2, !"Dwarf Version", i32 2}
60 !8 = !{i32 2, !"Debug Info Version", i32 3}
61 !9 = !{i32 1, !"PIC Level", i32 2}
62 !10 = !{!"clang version 3.8.0 (trunk 256963)"}
63 !11 = !DILocation(line: 15, column: 3, scope: !4)
64 !12 = !DILocation(line: 16, column: 1, scope: !4)