forked from OSchip/llvm-project
[Fuchsia] Remove i386 from iossim architectures
This is no longer supported in newer SDK versions. Differential Revision: https://reviews.llvm.org/D118075
This commit is contained in:
parent
0e98fadc79
commit
fe0c5309c4
|
@ -71,9 +71,8 @@ if(APPLE)
|
|||
set(LIBCXX_ENABLE_STATIC_ABI_LIBRARY ON CACHE BOOL "")
|
||||
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
|
||||
set(DARWIN_ios_ARCHS armv7;armv7s;arm64 CACHE STRING "")
|
||||
set(DARWIN_iossim_ARCHS i386;x86_64 CACHE STRING "")
|
||||
set(DARWIN_iossim_ARCHS arm64;x86_64 CACHE STRING "")
|
||||
set(DARWIN_osx_ARCHS arm64;x86_64 CACHE STRING "")
|
||||
set(SANITIZER_MIN_OSX_VERSION 10.7 CACHE STRING "")
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
|
|
Loading…
Reference in New Issue