This works on arm.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136303 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Atomics.c b/test/CodeGen/Atomics.c
index 4b55595..36a82ae 100644
--- a/test/CodeGen/Atomics.c
+++ b/test/CodeGen/Atomics.c
@@ -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;