[llvm] r327449 - Remove explicit triple and data layout from the test

Eugene Zemtsov via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 14:10:15 PDT 2018


Author: eugene
Date: Tue Mar 13 14:10:15 2018
New Revision: 327449

URL: http://llvm.org/viewvc/llvm-project?rev=327449&view=rev
Log:
Remove explicit triple and data layout from the test

Modified:
    llvm/trunk/test/DebugInfo/debuglineinfo-path.ll

Modified: llvm/trunk/test/DebugInfo/debuglineinfo-path.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/debuglineinfo-path.ll?rev=327449&r1=327448&r2=327449&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/debuglineinfo-path.ll (original)
+++ llvm/trunk/test/DebugInfo/debuglineinfo-path.ll Tue Mar 13 14:10:15 2018
@@ -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
 }




More information about the llvm-commits mailing list