summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/Atomics.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/Atomics.c')
-rw-r--r--llvm/test/FrontendC/Atomics.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/Atomics.c b/llvm/test/FrontendC/Atomics.c
index 5ae6c2d14df..48bcc000669 100644
--- a/llvm/test/FrontendC/Atomics.c
+++ b/llvm/test/FrontendC/Atomics.c
@@ -8,7 +8,8 @@
// Currently this is implemented only for Alpha, X86, PowerPC.
// Add your target here if it doesn't work.
-// XFAIL: sparc|arm|ia64
+// PPC32 does not translate the long long variants, so fails this test.
+// XFAIL: sparc|arm|ia64|powerpc
signed char sc;
unsigned char uc;
OpenPOWER on IntegriCloud