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

Quentin Colombet qcolombet at apple.com
Tue Apr 22 11:29:44 PDT 2014


Author: qcolombet
Date: Tue Apr 22 13:29:43 2014
New Revision: 206914

URL: http://llvm.org/viewvc/llvm-project?rev=206914&view=rev
Log:
[Driver][ARM64] Add a testcase for r206227.

Added:
    cfe/trunk/test/Driver/arm64-as.s

Added: cfe/trunk/test/Driver/arm64-as.s
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/arm64-as.s?rev=206914&view=auto
==============================================================================
--- cfe/trunk/test/Driver/arm64-as.s (added)
+++ cfe/trunk/test/Driver/arm64-as.s Tue Apr 22 13:29:43 2014
@@ -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"





More information about the cfe-commits mailing list