mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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
This commit is contained in:
parent
d8d7335f79
commit
d04fee1e2b
@ -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…
Reference in New Issue
Block a user