mirror of https://github.com/microsoft/clang.git
[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:
parent
30f14cf0af
commit
71fc60eade
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue