[llvm] r182022 - Add a triple to the test to try to fix the windows bots.

Rafael Espindola rafael.espindola at gmail.com
Thu May 16 09:48:46 PDT 2013


Author: rafael
Date: Thu May 16 11:48:46 2013
New Revision: 182022

URL: http://llvm.org/viewvc/llvm-project?rev=182022&view=rev
Log:
Add a triple to the test to try to fix the windows bots.

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

Modified: llvm/trunk/test/CodeGen/X86/bigstructret2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/bigstructret2.ll?rev=182022&r1=182021&r2=182022&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/bigstructret2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/bigstructret2.ll Thu May 16 11:48:46 2013
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | FileCheck %s
 
 ; CHECK: .cfi_startproc
 ; CHECK: .cfi_def_cfa_offset 8





More information about the llvm-commits mailing list