summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Driver/clang-abi-compat.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/clang-abi-compat.cpp b/clang/test/Driver/clang-abi-compat.cpp
index 9f1789867b2..afa536c694d 100644
--- a/clang/test/Driver/clang-abi-compat.cpp
+++ b/clang/test/Driver/clang-abi-compat.cpp
@@ -2,5 +2,7 @@
// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=4 %s 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING
// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=latest %s 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING
+// REQUIRES: x86-registered-target
+
// CHECK-WARNING: warning: target requires clang ABI version 6, ignoring requested version
OpenPOWER on IntegriCloud