]> granicus.if.org Git - clang/commitdiff
[Driver][ARM64] Add a testcase for r206227.
authorQuentin Colombet <qcolombet@apple.com>
Tue, 22 Apr 2014 18:29:43 +0000 (18:29 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Tue, 22 Apr 2014 18:29:43 +0000 (18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206914 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/arm64-as.s [new file with mode: 0644]

diff --git a/test/Driver/arm64-as.s b/test/Driver/arm64-as.s
new file mode 100644 (file)
index 0000000..061e5b2
--- /dev/null
@@ -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"