We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b06eed1 + 6b92d1d commit b928c09Copy full SHA for b928c09
lib/ASTGen/CMakeLists.txt
@@ -15,7 +15,7 @@ if(SWIFT_BUILD_REGEX_PARSER_IN_COMPILER)
15
"${COMPILER_REGEX_PARSER_SOURCES}"
16
)
17
target_compile_options(_CompilerRegexParser PRIVATE
18
- -disable-implicit-string-processing-module-import)
+ "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -disable-implicit-string-processing-module-import>")
19
else()
20
# Dummy target for dependencies
21
add_custom_target(_CompilerRegexParser)
0 commit comments