[llvm] r179890 - Try explicitly setting the target triple to see if this gets it to pass on ARM.

Bill Wendling isanbard at gmail.com
Fri Apr 19 14:24:51 PDT 2013


Author: void
Date: Fri Apr 19 16:24:51 2013
New Revision: 179890

URL: http://llvm.org/viewvc/llvm-project?rev=179890&view=rev
Log:
Try explicitly setting the target triple to see if this gets it to pass on ARM.

Modified:
    llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll

Modified: llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll?rev=179890&r1=179889&r2=179890&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll (original)
+++ llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll Fri Apr 19 16:24:51 2013
@@ -1,4 +1,4 @@
-; RUN: opt -mergefunc -S < %s | FileCheck %s
+; RUN: opt -mtriple i386-pc-linux-gnu -mergefunc -S < %s | FileCheck %s
 ; PR15185
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32-S128"
 target triple = "i386-pc-linux-gnu"





More information about the llvm-commits mailing list