[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.

llvm-svn: 253709
This commit is contained in:
Chris Bieneman 2015-11-20 20:56:02 +00:00
parent c180836722
commit 01ec64499c
1 changed files with 1 additions and 0 deletions

View File

@ -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})