From 3e521a5223e548748725c8b19d964d8e6de4fc82 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 16 May 2013 16:48:46 +0000 Subject: Add a triple to the test to try to fix the windows bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182022 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/bigstructret2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/bigstructret2.ll') diff --git a/test/CodeGen/X86/bigstructret2.ll b/test/CodeGen/X86/bigstructret2.ll index 6b3bd49f19..6a79139d9b 100644 --- a/test/CodeGen/X86/bigstructret2.ll +++ b/test/CodeGen/X86/bigstructret2.ll @@ -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 -- cgit v1.2.3