mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Fix test failure on non-Apple systems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
21c39a6520
commit
b7f7128fb5
@ -2,6 +2,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movaps | wc -l | grep 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movups | wc -l | grep 2
|
||||
|
||||
target triple = "i686-apple-darwin"
|
||||
|
||||
%x = global [4 x int] [ int 1, int 2, int 3, int 4 ]
|
||||
|
||||
<2 x long> %test1() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user