diff options
author | Eric Christopher <echristo@apple.com> | 2011-07-28 00:09:38 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-07-28 00:09:38 +0000 |
commit | 16a91a4d0d35322b11a655f000d6fe9067a001e3 (patch) | |
tree | 25276848cd897ba8509db911f4c57801321aac2a | |
parent | b65580334cc790ee097828d728d55fd3c1987f41 (diff) |
Apparently this does work on arm.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136302 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Atomics-no64bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |