Changeset View
Changeset View
Standalone View
Standalone View
test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll
; RUN: %llc_dwarf -split-dwarf-file=foo.dwo %s -filetype=obj -o %T/a.o | ; RUN: rm -rf %t && mkdir -p %t | ||||
; RUN: %llc_dwarf -split-dwarf-file=bar.dwo %s -filetype=obj -o %T/b.o | ; RUN: %llc_dwarf -split-dwarf-file=foo.dwo %s -filetype=obj -o %t/a.o | ||||
; RUN: llvm-dwarfdump -debug-dump=info %T/a.o %T/b.o | FileCheck %s | ; RUN: %llc_dwarf -split-dwarf-file=bar.dwo %s -filetype=obj -o %t/b.o | ||||
; RUN: llvm-dwarfdump -debug-dump=info %t/a.o %t/b.o | FileCheck %s | |||||
; CHECK: dwo_id {{.*}}([[HASH:.*]]) | ; CHECK: dwo_id {{.*}}([[HASH:.*]]) | ||||
; CHECK-NOT: dwo_id {{.*}}([[HASH]]) | ; CHECK-NOT: dwo_id {{.*}}([[HASH]]) | ||||
target triple = "x86_64-pc-linux" | target triple = "x86_64-pc-linux" | ||||
; Function Attrs: noinline nounwind uwtable | ; Function Attrs: noinline nounwind uwtable | ||||
define void @_Z1av() #0 !dbg !9 { | define void @_Z1av() #0 !dbg !9 { | ||||
Show All 31 Lines |