From: Quentin Colombet Date: Tue, 22 Apr 2014 18:29:43 +0000 (+0000) Subject: [Driver][ARM64] Add a testcase for r206227. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53326f980c7255d89618c1a341868c9514efc694;p=clang [Driver][ARM64] Add a testcase for r206227. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206914 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/arm64-as.s b/test/Driver/arm64-as.s new file mode 100644 index 0000000000..061e5b2eff --- /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"