@@ -192,8 +192,7 @@ set(SWIFT_TOOLS_ENABLE_LTO OFF CACHE STRING "Build Swift tools with LTO. One
192
192
option only affects the tools that run on the host (the compiler), and has
193
193
no effect on the target libraries (the standard library and the runtime)." )
194
194
195
- # NOTE: We do not currently support building the swift compiler modules with the Xcode generator.
196
- cmake_dependent_option (BOOTSTRAPPING_MODE [=[
195
+ option (BOOTSTRAPPING_MODE [=[
197
196
How to build the swift compiler modules. Possible values are
198
197
OFF: build without swift modules
199
198
HOSTTOOLS: build with a pre-installed toolchain
@@ -204,7 +203,7 @@ How to build the swift compiler modules. Possible values are
204
203
`SWIFT_NATIVE_SWIFT_TOOLS_PATH` (non-Darwin only)
205
204
CROSSCOMPILE-WITH-HOSTLIBS: build with a bootstrapping-with-hostlibs compiled
206
205
compiler, provided in `SWIFT_NATIVE_SWIFT_TOOLS_PATH`
207
- ]=] OFF "NOT XCODE" OFF )
206
+ ]=] OFF )
208
207
209
208
# The following only works with the Ninja generator in CMake >= 3.0.
210
209
set (SWIFT_PARALLEL_LINK_JOBS "" CACHE STRING
@@ -1110,8 +1109,6 @@ if(SWIFT_INCLUDE_TOOLS)
1110
1109
# SwiftCompilerSources must come before "tools".
1111
1110
# It adds swift module names to the global property "swift_compiler_modules"
1112
1111
# which is used in add_swift_host_tool for the lldb workaround.
1113
- #
1114
- # NOTE: We do not currently support SwiftCompilerSources with the Xcode generator.
1115
1112
add_subdirectory (SwiftCompilerSources )
1116
1113
1117
1114
# Always include this after including stdlib/!
0 commit comments