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