From: Chris Lattner Date: Sat, 15 Aug 2009 17:35:05 +0000 (+0000) Subject: specify a target triple so global variable manglings are consistent etc. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d04fee1e2b046396073621a6d7469425d053cbe3;p=oota-llvm.git specify a target triple so global variable manglings are consistent etc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79118 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/sse3.ll b/test/CodeGen/X86/sse3.ll index 013bdbb86da..8732579769a 100644 --- a/test/CodeGen/X86/sse3.ll +++ b/test/CodeGen/X86/sse3.ll @@ -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.