summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang-abi-compat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/clang-abi-compat.cpp')
-rw-r--r--clang/test/Driver/clang-abi-compat.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/Driver/clang-abi-compat.cpp b/clang/test/Driver/clang-abi-compat.cpp
deleted file mode 100644
index 7433c74b82b..00000000000
--- a/clang/test/Driver/clang-abi-compat.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-// PS4 target requires clang ABI version 6, check that a warning is emitted when a version other than 6 is requested.
-// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=4 %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING
-// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=latest %s -o /dev/null 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