summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/no-builtin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/no-builtin.cpp')
-rw-r--r--clang/test/Sema/no-builtin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/no-builtin.cpp b/clang/test/Sema/no-builtin.cpp
index 40781abd303..8908f38333b 100644
--- a/clang/test/Sema/no-builtin.cpp
+++ b/clang/test/Sema/no-builtin.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -verify %s
+// UNSUPPORTED: ppc64be
/// Prevent use of all builtins.
void valid_attribute_all_1() __attribute__((no_builtin)) {}
OpenPOWER on IntegriCloud