specify a target triple so global variable manglings are consistent etc.

llvm-svn: 79118
This commit is contained in:
Chris Lattner 2009-08-15 17:35:05 +00:00
parent adc768c073
commit 56dc61a487

View 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.