diff options
-rw-r--r-- | llvm/test/DebugInfo/debuglineinfo-path.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/debuglineinfo-path.ll b/llvm/test/DebugInfo/debuglineinfo-path.ll index 85a736f98e2..8cd7f7bfc1c 100644 --- a/llvm/test/DebugInfo/debuglineinfo-path.ll +++ b/llvm/test/DebugInfo/debuglineinfo-path.ll @@ -17,10 +17,6 @@ ;WIN: win_func ;WIN: E:\absolute\windows\path{{[\/]}}win.c - -target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-pc-linux-gnu" - define i32 @win_func() #0 !dbg !54 { ret i32 5, !dbg !511 } |