diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-11-11 01:41:32 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-11-11 01:41:32 +0000 |
commit | 13f61357422e692be358c8ebdbdc7bd730bbb966 (patch) | |
tree | 9959d342cca1b8eb717fefc41bf4ff34ab7c166b /test/CodeGen/X86 | |
parent | 3bbc9b459003322b6c30a0e71fd176466ce1060d (diff) | |
download | external_llvm-13f61357422e692be358c8ebdbdc7bd730bbb966.zip external_llvm-13f61357422e692be358c8ebdbdc7bd730bbb966.tar.gz external_llvm-13f61357422e692be358c8ebdbdc7bd730bbb966.tar.bz2 |
Fix test to work on every platform.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/hidden-vis-5.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/hidden-vis-5.ll b/test/CodeGen/X86/hidden-vis-5.ll index 1a6fc6c..88fae37 100644 --- a/test/CodeGen/X86/hidden-vis-5.ll +++ b/test/CodeGen/X86/hidden-vis-5.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -relocation-model=pic -disable-fp-elim -unwind-tables | FileCheck %s +; RUN: llc < %s -mtriple=i386-apple-darwin9 -relocation-model=pic -disable-fp-elim -unwind-tables | FileCheck %s ; <rdar://problem/7383328> @.str = private constant [12 x i8] c"hello world\00", align 1 ; <[12 x i8]*> [#uses=1] |