mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 02:14:23 +00:00
specify a target triple so global variable manglings are consistent etc.
llvm-svn: 79118
This commit is contained in:
parent
adc768c073
commit
56dc61a487
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user