File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ if(APPLE)
156
156
157
157
option (COMPILER_RT_ENABLE_WATCHOS "Enable building for watchOS - Experimental" Off )
158
158
option (COMPILER_RT_ENABLE_TVOS "Enable building for tvOS - Experimental" Off )
159
+ option (COMPILER_RT_ENABLE_XROS "Enable building for xrOS - Experimental" Off )
159
160
160
161
else ()
161
162
option (COMPILER_RT_DEFAULT_TARGET_ONLY "Build builtins only for the default target" Off )
Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ if(APPLE)
166
166
endif ()
167
167
if (COMPILER_RT_ENABLE_XROS )
168
168
list (APPEND DARWIN_EMBEDDED_PLATFORMS xros )
169
- set (DARWIN_xros_BUILTIN_ALL_POSSIBLE_ARCHS arm64 )
170
- set (DARWIN_xrossim_BUILTIN_ALL_POSSIBLE_ARCHS ${X86_64} arm64 )
169
+ set (DARWIN_xros_BUILTIN_ALL_POSSIBLE_ARCHS ${ARM64} ${ARM32} )
170
+ set (DARWIN_xrossim_BUILTIN_ALL_POSSIBLE_ARCHS arm64 )
171
171
endif ()
172
172
173
173
set (BUILTIN_SUPPORTED_OS osx )
You can’t perform that action at this time.
0 commit comments