mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Do not run on darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41608 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4c3a59dba
commit
cad62802f4
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep movs | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep memcpy | count 2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep movs | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep memcpy | count 2
|
||||
|
||||
@A = global [32 x i32] zeroinitializer
|
||||
@B = global [32 x i32] zeroinitializer
|
||||
|
Loading…
x
Reference in New Issue
Block a user