[test-suite] r324366 - Add cmake cache for internal iphoneos SDK

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 10:14:47 PST 2018


Author: matze
Date: Tue Feb  6 10:14:47 2018
New Revision: 324366

URL: http://llvm.org/viewvc/llvm-project?rev=324366&view=rev
Log:
Add cmake cache for internal iphoneos SDK

Added:
    test-suite/trunk/cmake/caches/target-arm64-iphoneos-internal.cmake

Added: test-suite/trunk/cmake/caches/target-arm64-iphoneos-internal.cmake
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/cmake/caches/target-arm64-iphoneos-internal.cmake?rev=324366&view=auto
==============================================================================
--- test-suite/trunk/cmake/caches/target-arm64-iphoneos-internal.cmake (added)
+++ test-suite/trunk/cmake/caches/target-arm64-iphoneos-internal.cmake Tue Feb  6 10:14:47 2018
@@ -0,0 +1,3 @@
+set(XCRUN_FLAGS --toolchain iOS --sdk iphoneos.internal)
+set(CMAKE_OSX_ARCHITECTURES arm64 CACHE STRING "")
+include(${CMAKE_CURRENT_LIST_DIR}/util/xcode_sdk.cmake)




More information about the llvm-commits mailing list