[Driver][ARM64] Add a testcase for r206227.

llvm-svn: 206914
This commit is contained in:
Quentin Colombet 2014-04-22 18:29:43 +00:00
parent 575bcb770a
commit 6a9cf2629a
1 changed files with 5 additions and 0 deletions

View File

@ -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"