Skip to content
Snippets Groups Projects
Commit ffb806cf authored by Tanya Lattner's avatar Tanya Lattner
Browse files

Do not run on darwin.

llvm-svn: 41608
parent 5ad4f46f
No related branches found
No related tags found
No related merge requests found
; RUN: llvm-as < %s | llc -march=x86 | grep movs | count 1 ; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | 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 memcpy | count 2
@A = global [32 x i32] zeroinitializer @A = global [32 x i32] zeroinitializer
@B = global [32 x i32] zeroinitializer @B = global [32 x i32] zeroinitializer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment