diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-05-30 15:39:35 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-05-30 15:39:35 +0000 |
commit | 3a36cb080571dad10ee8e4c90d871020e735706a (patch) | |
tree | 4f41abcdcdcdc0e45fa4960d092342c7b55303d1 /test/CodeGen | |
parent | 051ed0ae2dc9e20f01a9a459708728ec90805d92 (diff) | |
download | external_llvm-3a36cb080571dad10ee8e4c90d871020e735706a.zip external_llvm-3a36cb080571dad10ee8e4c90d871020e735706a.tar.gz external_llvm-3a36cb080571dad10ee8e4c90d871020e735706a.tar.bz2 |
Force a triple so we don't get bitten by windows' different regalloc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182935 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/zext-sext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/zext-sext.ll b/test/CodeGen/X86/zext-sext.ll index 87a6099..0ab302a 100644 --- a/test/CodeGen/X86/zext-sext.ll +++ b/test/CodeGen/X86/zext-sext.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mcpu=atom | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux-gnu -mcpu=atom | FileCheck %s ; <rdar://problem/8006248> ; This randomly started passing after an unrelated change, if it fails again it |