projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef8de3
)
Evan has implemented this on ppc, so run the test there.
author
Dale Johannesen
<dalej@apple.com>
Thu, 15 May 2008 22:22:37 +0000
(22:22 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Thu, 15 May 2008 22:22:37 +0000
(22:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51166
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2008-03-05-syncPtr.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2008-03-05-syncPtr.c
b/test/CFrontend/2008-03-05-syncPtr.c
index b371c34e6b2753b92eefb2c03845142aed924a79..03aedab9524ec46932fd1ec6b0ce842f083c0ee4 100644
(file)
--- a/
test/CFrontend/2008-03-05-syncPtr.c
+++ b/
test/CFrontend/2008-03-05-syncPtr.c
@@
-1,6
+1,6
@@
// 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
.
+// XFAIL: sparc-sun-solaris2|arm|ia64
+// Feature currently implemented only for x86
, alpha, powerpc
.
int* foo(int** a, int* b, int* c) {
return __sync_val_compare_and_swap (a, b, c);