forked from OSchip/llvm-project
[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:
parent
c180836722
commit
01ec64499c
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue