specify a target triple so global variable manglings are consistent etc.
authorChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 17:35:05 +0000 (17:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 17:35:05 +0000 (17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79118 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/sse3.ll

index 013bdbb86dab92a8739ac6098314641de9640759..8732579769af80e256eb2e2d4cdcb4af8b18a803 100644 (file)
@@ -1,6 +1,7 @@
 ; These are tests for SSE3 codegen.  Yonah has SSE3 and earlier but not SSSE3+.
 
-; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=yonah | FileCheck %s --check-prefix=X64
+; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=yonah -mtriple=i686-apple-darwin9\
+; RUN:              | FileCheck %s --check-prefix=X64
 
 ; Test for v8xi16 lowering where we extract the first element of the vector and
 ; placed it in the second element of the result.