mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
The __sync primitives only work on x86 and alpha;
xfail this test elsewhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3e030e41ae
commit
9faa255740
@ -1,4 +1,6 @@
|
|||||||
// RUN: %llvmgcc %s -S -emit-llvm -o - | grep llvm.atomic
|
// RUN: %llvmgcc %s -S -emit-llvm -o - | grep llvm.atomic
|
||||||
|
// XFAIL: powerpc|sparc-sun-solaris2|arm|ia64
|
||||||
|
// Feature currently implemented only for x86 and alpha.
|
||||||
|
|
||||||
int* foo(int** a, int* b, int* c) {
|
int* foo(int** a, int* b, int* c) {
|
||||||
return __sync_val_compare_and_swap (a, b, c);
|
return __sync_val_compare_and_swap (a, b, c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user