aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/arm64-darwinpcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/arm64-darwinpcs.c')
-rw-r--r--test/Driver/arm64-darwinpcs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Driver/arm64-darwinpcs.c b/test/Driver/arm64-darwinpcs.c
new file mode 100644
index 000000000000..8d285528de5c
--- /dev/null
+++ b/test/Driver/arm64-darwinpcs.c
@@ -0,0 +1,3 @@
+// RUN: %clang -target arm64-apple-ios7.0 -### %s 2>&1 | FileCheck %s
+
+// CHECK: "-target-abi" "darwinpcs"