From 71fc60eade9615d8b993d65b10aa7ff655763e31 Mon Sep 17 00:00:00 2001 From: James Y Knight Date: Fri, 7 Aug 2015 22:52:34 +0000 Subject: [PATCH] [Sparc] XFAIL CodeGen/atomic_ops test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244370 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/atomic_ops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1