We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee01462 + 290b8d3 commit b66e024Copy full SHA for b66e024
cmake/modules/AddSwiftHostLibrary.cmake
@@ -136,6 +136,7 @@ function(add_swift_syntax_library name)
136
$<$<COMPILE_LANGUAGE:Swift>:
137
"SHELL:-module-name ${name}"
138
"SHELL:-Xfrontend -module-abi-name -Xfrontend ${SWIFT_MODULE_ABI_NAME_PREFIX}${name}"
139
+ "-no-emit-module-separately-wmo"
140
>)
141
142
if(CMAKE_VERSION VERSION_LESS 3.26.0 AND SWIFT_SYNTAX_ENABLE_WMO_PRE_3_26)
0 commit comments