Fix test to work on every platform.
authorBill Wendling <isanbard@gmail.com>
Wed, 11 Nov 2009 01:41:32 +0000 (01:41 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 11 Nov 2009 01:41:32 +0000 (01:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86785 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/hidden-vis-5.ll

index 1a6fc6c8d7f902fcf62ccf5dc55c6d4aa9e3f96e..88fae37a1687524592597ebc3b31176090af944c 100644 (file)
@@ -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]