[llvm] r222239 - Remove triple in testing case to recover an arm bot.

Manman Ren manman.ren at gmail.com
Tue Nov 18 08:45:35 PST 2014


Author: mren
Date: Tue Nov 18 10:45:34 2014
New Revision: 222239

URL: http://llvm.org/viewvc/llvm-project?rev=222239&view=rev
Log:
Remove triple in testing case to recover an arm bot.

Modified:
    llvm/trunk/test/DebugInfo/global-with-type-context.ll

Modified: llvm/trunk/test/DebugInfo/global-with-type-context.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/global-with-type-context.ll?rev=222239&r1=222238&r2=222239&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/global-with-type-context.ll (original)
+++ llvm/trunk/test/DebugInfo/global-with-type-context.ll Tue Nov 18 10:45:34 2014
@@ -20,9 +20,6 @@
 ; CHECK-NEXT: DW_AT_specification {{.*}} "i"
 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata] (2)
 
-target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-darwin14.0.0"
-
 ; Function Attrs: nounwind
 define void @_Z2f1v() #0 {
 entry:





More information about the llvm-commits mailing list