]> granicus.if.org Git - clang/commitdiff
[Sparc] XFAIL CodeGen/atomic_ops test.
authorJames Y Knight <jyknight@google.com>
Fri, 7 Aug 2015 22:52:34 +0000 (22:52 +0000)
committerJames Y Knight <jyknight@google.com>
Fri, 7 Aug 2015 22:52:34 +0000 (22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244370 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/atomic_ops.c

index 980ecd20e6603cd5152ffff421cfc97da7c841d3..0af1d387192d2f403223c5981900605d014bf603 100644 (file)
@@ -1,4 +1,5 @@
-// XFAIL: hexagon
+// XFAIL: hexagon,sparc
+//        (due to not having native load atomic support)
 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
 // RUN: %clang_cc1 -triple mips-linux-gnu -emit-llvm %s -o - | FileCheck %s