1*9880d681SAndroid Build Coastguard Worker; REQUIRES: object-emission 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -debug-dump=line - | FileCheck %s 4*9880d681SAndroid Build Coastguard Worker; RUN: %llc_dwarf < %s -filetype=asm | FileCheck --check-prefix=ASM %s 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Worker; If multiple line tables are emitted, one per CU, those line tables can 7*9880d681SAndroid Build Coastguard Worker; unambiguously rely on the comp_dir of their owning CU and use directory '0' 8*9880d681SAndroid Build Coastguard Worker; to refer to it. 9*9880d681SAndroid Build Coastguard Worker 10*9880d681SAndroid Build Coastguard Worker; CHECK: .debug_line contents: 11*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: Line table prologue: 12*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: include_directories 13*9880d681SAndroid Build Coastguard Worker; CHECK: file_names[ 1] 0 {{.*}} a.cpp 14*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: file_names 15*9880d681SAndroid Build Coastguard Worker 16*9880d681SAndroid Build Coastguard Worker; CHECK: Line table prologue: 17*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: include_directories 18*9880d681SAndroid Build Coastguard Worker; CHECK: file_names[ 1] 0 {{.*}} b.cpp 19*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: file_names 20*9880d681SAndroid Build Coastguard Worker 21*9880d681SAndroid Build Coastguard Worker; However, if a single line table is emitted and shared between CUs, the 22*9880d681SAndroid Build Coastguard Worker; comp_dir is ambiguous and relying on it would lead to different path 23*9880d681SAndroid Build Coastguard Worker; interpretations depending on which CU lead to the table - so ensure that 24*9880d681SAndroid Build Coastguard Worker; full paths are always emitted in this case, never comp_dir relative. 25*9880d681SAndroid Build Coastguard Worker 26*9880d681SAndroid Build Coastguard Worker; ASM: .file 1 "/tmp/dbginfo/a{{[/\\]+}}a.cpp" 27*9880d681SAndroid Build Coastguard Worker; ASM: .file 2 "/tmp/dbginfo/b{{[/\\]+}}b.cpp" 28*9880d681SAndroid Build Coastguard Worker 29*9880d681SAndroid Build Coastguard Worker; Generated from the following source compiled to bitcode from within their 30*9880d681SAndroid Build Coastguard Worker; respective directories (with debug info) and linked together with llvm-link 31*9880d681SAndroid Build Coastguard Worker 32*9880d681SAndroid Build Coastguard Worker; a/a.cpp 33*9880d681SAndroid Build Coastguard Worker; void func() { 34*9880d681SAndroid Build Coastguard Worker; } 35*9880d681SAndroid Build Coastguard Worker 36*9880d681SAndroid Build Coastguard Worker; b/b.cpp 37*9880d681SAndroid Build Coastguard Worker; void func(); 38*9880d681SAndroid Build Coastguard Worker; int main() { 39*9880d681SAndroid Build Coastguard Worker; func(); 40*9880d681SAndroid Build Coastguard Worker; } 41*9880d681SAndroid Build Coastguard Worker 42*9880d681SAndroid Build Coastguard Worker; Function Attrs: nounwind uwtable 43*9880d681SAndroid Build Coastguard Workerdefine void @_Z4funcv() #0 !dbg !4 { 44*9880d681SAndroid Build Coastguard Workerentry: 45*9880d681SAndroid Build Coastguard Worker ret void, !dbg !19 46*9880d681SAndroid Build Coastguard Worker} 47*9880d681SAndroid Build Coastguard Worker 48*9880d681SAndroid Build Coastguard Worker; Function Attrs: uwtable 49*9880d681SAndroid Build Coastguard Workerdefine i32 @main() #1 !dbg !11 { 50*9880d681SAndroid Build Coastguard Workerentry: 51*9880d681SAndroid Build Coastguard Worker call void @_Z4funcv(), !dbg !20 52*9880d681SAndroid Build Coastguard Worker ret i32 0, !dbg !21 53*9880d681SAndroid Build Coastguard Worker} 54*9880d681SAndroid Build Coastguard Worker 55*9880d681SAndroid Build Coastguard Workerattributes #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" } 56*9880d681SAndroid Build Coastguard Workerattributes #1 = { 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" } 57*9880d681SAndroid Build Coastguard Worker 58*9880d681SAndroid Build Coastguard Worker!llvm.dbg.cu = !{!0, !8} 59*9880d681SAndroid Build Coastguard Worker!llvm.module.flags = !{!16, !17} 60*9880d681SAndroid Build Coastguard Worker!llvm.ident = !{!18, !18} 61*9880d681SAndroid Build Coastguard Worker 62*9880d681SAndroid Build Coastguard Worker!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2) 63*9880d681SAndroid Build Coastguard Worker!1 = !DIFile(filename: "a.cpp", directory: "/tmp/dbginfo/a") 64*9880d681SAndroid Build Coastguard Worker!2 = !{} 65*9880d681SAndroid Build Coastguard Worker!4 = distinct !DISubprogram(name: "func", linkageName: "_Z4funcv", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 1, file: !1, scope: !5, type: !6, variables: !2) 66*9880d681SAndroid Build Coastguard Worker!5 = !DIFile(filename: "a.cpp", directory: "/tmp/dbginfo/a") 67*9880d681SAndroid Build Coastguard Worker!6 = !DISubroutineType(types: !7) 68*9880d681SAndroid Build Coastguard Worker!7 = !{null} 69*9880d681SAndroid Build Coastguard Worker!8 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOptimized: false, emissionKind: FullDebug, file: !9, enums: !2, retainedTypes: !2, globals: !2, imports: !2) 70*9880d681SAndroid Build Coastguard Worker!9 = !DIFile(filename: "b.cpp", directory: "/tmp/dbginfo/b") 71*9880d681SAndroid Build Coastguard Worker!11 = distinct !DISubprogram(name: "main", line: 2, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !8, scopeLine: 2, file: !9, scope: !12, type: !13, variables: !2) 72*9880d681SAndroid Build Coastguard Worker!12 = !DIFile(filename: "b.cpp", directory: "/tmp/dbginfo/b") 73*9880d681SAndroid Build Coastguard Worker!13 = !DISubroutineType(types: !14) 74*9880d681SAndroid Build Coastguard Worker!14 = !{!15} 75*9880d681SAndroid Build Coastguard Worker!15 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 76*9880d681SAndroid Build Coastguard Worker!16 = !{i32 2, !"Dwarf Version", i32 4} 77*9880d681SAndroid Build Coastguard Worker!17 = !{i32 1, !"Debug Info Version", i32 3} 78*9880d681SAndroid Build Coastguard Worker!18 = !{!"clang version 3.5.0 "} 79*9880d681SAndroid Build Coastguard Worker!19 = !DILocation(line: 2, scope: !4) 80*9880d681SAndroid Build Coastguard Worker!20 = !DILocation(line: 3, scope: !11) 81*9880d681SAndroid Build Coastguard Worker!21 = !DILocation(line: 4, scope: !11) 82*9880d681SAndroid Build Coastguard Worker 83