forked from OSchip/llvm-project
[Driver][ARM64] Add a testcase for r206227.
llvm-svn: 206914
This commit is contained in:
parent
575bcb770a
commit
6a9cf2629a
|
@ -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"
|
Loading…
Reference in New Issue