diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-16 16:48:46 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-16 16:48:46 +0000 |
commit | 3e521a5223e548748725c8b19d964d8e6de4fc82 (patch) | |
tree | 5c2973cb187db1801de1a4646801ac83a3ead150 /test/CodeGen | |
parent | c2d01fd5c22563e04a9722b61ba6c9337009ea73 (diff) | |
download | external_llvm-3e521a5223e548748725c8b19d964d8e6de4fc82.zip external_llvm-3e521a5223e548748725c8b19d964d8e6de4fc82.tar.gz external_llvm-3e521a5223e548748725c8b19d964d8e6de4fc82.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/bigstructret2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/bigstructret2.ll b/test/CodeGen/X86/bigstructret2.ll index 6b3bd49..6a79139 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 |