Author: echristo
Date: Wed Jul 27 19:10:10 2011
New Revision: 136303

URL: http://llvm.org/viewvc/llvm-project?rev=136303&view=rev
Log:
This works on arm.

Modified:
    cfe/trunk/test/CodeGen/Atomics.c

Modified: cfe/trunk/test/CodeGen/Atomics.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/Atomics.c?rev=136303&r1=136302&r2=136303&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/Atomics.c (original)
+++ cfe/trunk/test/CodeGen/Atomics.c Wed Jul 27 19:10:10 2011
@@ -9,7 +9,7 @@
 // Currently this is implemented only for Alpha, X86, PowerPC.
 // Add your target here if it doesn't work.
 // PPC32 does not translate the long long variants, so fails this test.
-// XFAIL: sparc,arm,powerpc
+// XFAIL: sparc,powerpc
 
 signed char sc;
 unsigned char uc;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to