aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-28 00:10:10 +0000
committerEric Christopher <echristo@apple.com>2011-07-28 00:10:10 +0000
commit023b5920092b818a11b738199b1b3a4004ba353d (patch)
tree13cfb3f528e5dfa26736a1d4146c71d72f0e00ac
parent16a91a4d0d35322b11a655f000d6fe9067a001e3 (diff)
This works on arm.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136303 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Atomics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Atomics.c b/test/CodeGen/Atomics.c
index 4b55595729..36a82ae449 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;