[llvm] r321874 - remove unnecessary target triple from generic test

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 08:29:24 PST 2018


Author: adrian
Date: Fri Jan  5 08:29:24 2018
New Revision: 321874

URL: http://llvm.org/viewvc/llvm-project?rev=321874&view=rev
Log:
remove unnecessary target triple from generic test

Modified:
    llvm/trunk/test/DebugInfo/Generic/pass-by-value.ll

Modified: llvm/trunk/test/DebugInfo/Generic/pass-by-value.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/pass-by-value.ll?rev=321874&r1=321873&r2=321874&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/pass-by-value.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/pass-by-value.ll Fri Jan  5 08:29:24 2018
@@ -21,10 +21,6 @@
 ; CHECK-NEXT: DW_AT_calling_convention	(DW_CC_pass_by_value)
 ; CHECK-NEXT: DW_AT_name	("T")
 
-source_filename = "pass.cpp"
-target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.13.0"
-
 %struct.S = type { i8 }
 %struct.T = type { i8 }
 




More information about the llvm-commits mailing list