From: James Y Knight Date: Fri, 7 Aug 2015 22:52:34 +0000 (+0000) Subject: [Sparc] XFAIL CodeGen/atomic_ops test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71fc60eade9615d8b993d65b10aa7ff655763e31;p=clang [Sparc] XFAIL CodeGen/atomic_ops test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244370 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/atomic_ops.c b/test/CodeGen/atomic_ops.c index 980ecd20e6..0af1d38719 100644 --- a/test/CodeGen/atomic_ops.c +++ b/test/CodeGen/atomic_ops.c @@ -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