[llvm-branch-commits] [llvm-branch] r86787 - /llvm/branches/Apple/Leela/test/CodeGen/X86/hidden-vis-5.ll
Bill Wendling
isanbard at gmail.com
Tue Nov 10 17:49:09 PST 2009
Author: void
Date: Tue Nov 10 19:49:08 2009
New Revision: 86787
URL: http://llvm.org/viewvc/llvm-project?rev=86787&view=rev
Log:
Generalize test.
Modified:
llvm/branches/Apple/Leela/test/CodeGen/X86/hidden-vis-5.ll
Modified: llvm/branches/Apple/Leela/test/CodeGen/X86/hidden-vis-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela/test/CodeGen/X86/hidden-vis-5.ll?rev=86787&r1=86786&r2=86787&view=diff
==============================================================================
--- llvm/branches/Apple/Leela/test/CodeGen/X86/hidden-vis-5.ll (original)
+++ llvm/branches/Apple/Leela/test/CodeGen/X86/hidden-vis-5.ll Tue Nov 10 19:49:08 2009
@@ -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]
More information about the llvm-branch-commits
mailing list