[Sparc] XFAIL CodeGen/atomic_ops test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
James Y Knight 2015-08-07 22:52:34 +00:00
parent 30f14cf0af
commit 71fc60eade
1 changed files with 2 additions and 1 deletions

View 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 -emit-llvm %s -o - | FileCheck %s
// RUN: %clang_cc1 -triple mips-linux-gnu -emit-llvm %s -o - | FileCheck %s // RUN: %clang_cc1 -triple mips-linux-gnu -emit-llvm %s -o - | FileCheck %s