[llvm] r217612 - Add triple to test to fix bots

Matt Arsenault Matthew.Arsenault at amd.com
Thu Sep 11 10:50:20 PDT 2014


Author: arsenm
Date: Thu Sep 11 12:50:20 2014
New Revision: 217612

URL: http://llvm.org/viewvc/llvm-project?rev=217612&view=rev
Log:
Add triple to test to fix bots

Modified:
    llvm/trunk/test/CodeGen/X86/add_shl_constant.ll

Modified: llvm/trunk/test/CodeGen/X86/add_shl_constant.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/add_shl_constant.ll?rev=217612&r1=217611&r2=217612&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/add_shl_constant.ll (original)
+++ llvm/trunk/test/CodeGen/X86/add_shl_constant.ll Thu Sep 11 12:50:20 2014
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 < %s | FileCheck %s
+; RUN: llc -march=x86-64 -mtriple=x86_64-apple-darwin < %s | FileCheck %s
 
 ; CHECK-LABEL: add_shl_add_constant_1_i32
 ; CHECK: leal 984(%rsi,%rdi,8), %eax





More information about the llvm-commits mailing list