aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/arm64-as.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/arm64-as.s')
-rw-r--r--test/Driver/arm64-as.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Driver/arm64-as.s b/test/Driver/arm64-as.s
new file mode 100644
index 000000000000..061e5b2eff87
--- /dev/null
+++ b/test/Driver/arm64-as.s
@@ -0,0 +1,5 @@
+// Make sure the arm64 default on cyclone when compiling for apple.
+// RUN: %clang -target arm64-apple-ios -arch arm64 -### -c %s 2>&1 | FileCheck -check-prefix=TARGET %s
+//
+// TARGET: "-cc1as"
+// TARGET: "-target-cpu" "cyclone"