1 ; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
3 ; Generated with clang from multiline.c:
11 ; CHECK: .file 1 "/tmp/dbginfo{{.*}}multiline.c"
21 ; CHECK-NOT: .section .{{debug.*}}
23 ; Function Attrs: nounwind uwtable
24 define void @f2() #0 !dbg !4 {
26 call void (...) @f1(), !dbg !11
27 call void (...) @f1(), !dbg !12
28 call void (...) @f1(), !dbg !13
29 call void (...) @f1(), !dbg !14
30 call void (...) @f1(), !dbg !15
31 call void (...) @f1(), !dbg !16
35 declare void @f1(...) #1
37 attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
38 attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
41 !llvm.module.flags = !{!8, !9}
44 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.6.0 (trunk 225000) (llvm/trunk 224999)", isOptimized: false, emissionKind: DebugDirectivesOnly, file: !1)
45 !1 = !DIFile(filename: "multiline.c", directory: "/tmp/dbginfo")
46 !4 = distinct !DISubprogram(name: "f2", line: 2, isLocal: false, isDefinition: true, isOptimized: false, unit: !0, scopeLine: 2, file: !1, scope: !5, type: !6)
47 !5 = !DIFile(filename: "multiline.c", directory: "/tmp/dbginfo")
48 !6 = !DISubroutineType(types: !7)
50 !8 = !{i32 2, !"Dwarf Version", i32 4}
51 !9 = !{i32 2, !"Debug Info Version", i32 3}
52 !10 = !{!"clang version 3.6.0 (trunk 225000) (llvm/trunk 224999)"}
53 !11 = !DILocation(line: 3, column: 3, scope: !4)
54 !12 = !DILocation(line: 3, column: 9, scope: !4)
55 !13 = !DILocation(line: 3, column: 15, scope: !4)
56 !14 = !DILocation(line: 4, column: 3, scope: !4)
57 !15 = !DILocation(line: 4, column: 9, scope: !4)
58 !16 = !DILocation(line: 4, column: 15, scope: !4)
59 !17 = !DILocation(line: 5, column: 1, scope: !4)