forked from OSchip/llvm-project
Fix r353771 to target linux only (split-dwarf isn't supported on macho)
llvm-svn: 353785
This commit is contained in:
parent
47de76b0d4
commit
43d6122f73
|
@ -7,6 +7,8 @@
|
|||
|
||||
; CHECK-NOT: .debug_{{.*}}.dwo
|
||||
|
||||
target triple = "x86_64-pc-linux"
|
||||
|
||||
define dso_local void @f1() !dbg !7 {
|
||||
entry:
|
||||
ret void, !dbg !9
|
||||
|
|
Loading…
Reference in New Issue