diff options
Diffstat (limited to 'clang/test/CodeGen/atomic_ops.c')
-rw-r--r-- | clang/test/CodeGen/atomic_ops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/atomic_ops.c b/clang/test/CodeGen/atomic_ops.c index 980ecd20e66..0af1d387192 100644 --- a/clang/test/CodeGen/atomic_ops.c +++ b/clang/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 |