diff options
author | Eric Christopher <echristo@apple.com> | 2011-07-28 00:10:10 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-07-28 00:10:10 +0000 |
commit | 6455d84653f6e27c76e9d4ff89710f733e13664c (patch) | |
tree | 686b7f69516068a03e6208f2faa97a9497a62aa7 | |
parent | 1aa80a57e0f9262f2cdcc05ecfc23acf841065cd (diff) | |
download | bcm5719-llvm-6455d84653f6e27c76e9d4ff89710f733e13664c.tar.gz bcm5719-llvm-6455d84653f6e27c76e9d4ff89710f733e13664c.zip |
This works on arm.
llvm-svn: 136303
-rw-r--r-- | clang/test/CodeGen/Atomics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/Atomics.c b/clang/test/CodeGen/Atomics.c index 4b55595729c..36a82ae4490 100644 --- a/clang/test/CodeGen/Atomics.c +++ b/clang/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; |