From 086dc8a607e8bfbf0b2484545bfb0b880d966623 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Tue, 18 Nov 2014 16:45:34 +0000 Subject: [PATCH] Remove triple in testing case to recover an arm bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222239 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/global-with-type-context.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/DebugInfo/global-with-type-context.ll b/test/DebugInfo/global-with-type-context.ll index 696099fe946..10b98a7b5ca 100644 --- a/test/DebugInfo/global-with-type-context.ll +++ b/test/DebugInfo/global-with-type-context.ll @@ -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: -- 2.34.1