aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2018-02-06 18:14:47 +0000
committerMatthias Braun <matze@braunis.de>2018-02-06 18:14:47 +0000
commite7d3e1c4e243f3b7f9f79076bbdb15a02d1ee063 (patch)
treeaf5085edb1e66a2ded7538b3b63bb16e62532491
parentb8db7fac3c18aca2dd4a59fbc11401da1f33b0d2 (diff)
Add cmake cache for internal iphoneos SDK
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@324366 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--cmake/caches/target-arm64-iphoneos-internal.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/caches/target-arm64-iphoneos-internal.cmake b/cmake/caches/target-arm64-iphoneos-internal.cmake
new file mode 100644
index 00000000..b39d4f2f
--- /dev/null
+++ b/cmake/caches/target-arm64-iphoneos-internal.cmake
@@ -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)