From 16a91a4d0d35322b11a655f000d6fe9067a001e3 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 28 Jul 2011 00:09:38 +0000 Subject: [PATCH] Apparently this does work on arm. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136302 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Atomics-no64bit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Atomics-no64bit.c b/test/CodeGen/Atomics-no64bit.c index 2859a3ef36..b57b27a4d5 100644 --- a/test/CodeGen/Atomics-no64bit.c +++ b/test/CodeGen/Atomics-no64bit.c @@ -9,7 +9,7 @@ // Currently this is implemented only for Alpha, X86, PowerPC. // Add your target here if it doesn't work. // This version of the test does not include long long. -// XFAIL: sparc,arm +// XFAIL: sparc signed char sc; unsigned char uc; -- 2.40.0