summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-11-20 20:56:02 +0000
committerChris Bieneman <beanz@apple.com>2015-11-20 20:56:02 +0000
commitcc37683e39fd47492b2f36d3ae0d8a9e47ee1a6a (patch)
tree34cec4e8817bed30a44fff252a269a407ea0a709 /cmake/config-ix.cmake
parent3e3e29c598a05aa6be8ad847549d95e9a210d33f (diff)
[CMake] Add iOS simulator to the supported OS list for the profile library.
We already support this in autoconf and it ships in Apple Clang. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@253709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rw-r--r--cmake/config-ix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index ae792af1f..07d285c75 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -421,6 +421,7 @@ if(APPLE)
list(APPEND BUILTIN_SUPPORTED_OS ios)
list(APPEND PROFILE_SUPPORTED_OS ios)
list(APPEND BUILTIN_SUPPORTED_OS iossim)
+ list(APPEND PROFILE_SUPPORTED_OS iossim)
endif()
foreach(arch ${DARWIN_ios_ARCHS})
list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch})