[llvm] r275327 - Add a triple to fix test on bots after 275320.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 15:19:40 PDT 2016


Author: nico
Date: Wed Jul 13 17:19:40 2016
New Revision: 275327

URL: http://llvm.org/viewvc/llvm-project?rev=275327&view=rev
Log:
Add a triple to fix test on bots after 275320.

Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-call.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-call.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-call.ll?rev=275327&r1=275326&r2=275327&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-call.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-call.ll Wed Jul 13 17:19:40 2016
@@ -1,4 +1,4 @@
-; RUN: llc < %s -O0 -fast-isel-abort=1 -march=x86 | FileCheck %s
+; RUN: llc < %s -O0 -fast-isel-abort=1 -march=x86 -mtriple=i686-apple-darwin8 | FileCheck %s
 
 %struct.s = type {i32, i32, i32}
 




More information about the llvm-commits mailing list