1*9880d681SAndroid Build Coastguard Worker; RUN: llc -split-dwarf=Enable -O0 %s -mtriple=x86_64-unknown-linux-gnu -filetype=obj -o %t 2*9880d681SAndroid Build Coastguard Worker; RUN: llvm-dwarfdump -debug-dump=all %t | FileCheck %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Worker; The source is an empty file. 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Worker; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x0c1e629c9e5ada4f) 7*9880d681SAndroid Build Coastguard Worker; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x0c1e629c9e5ada4f) 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Worker!llvm.dbg.cu = !{!0} 10*9880d681SAndroid Build Coastguard Worker!llvm.module.flags = !{!3, !4} 11*9880d681SAndroid Build Coastguard Worker 12*9880d681SAndroid Build Coastguard Worker!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (trunk 188230) (llvm/trunk 188234)", isOptimized: false, splitDebugFilename: "foo.dwo", emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2) 13*9880d681SAndroid Build Coastguard Worker!1 = !DIFile(filename: "foo.c", directory: "/usr/local/google/home/echristo/tmp") 14*9880d681SAndroid Build Coastguard Worker!2 = !{} 15*9880d681SAndroid Build Coastguard Worker!3 = !{i32 2, !"Dwarf Version", i32 3} 16*9880d681SAndroid Build Coastguard Worker!4 = !{i32 1, !"Debug Info Version", i32 3} 17