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 2b6565d + 7a03e8f commit ac00a21Copy full SHA for ac00a21
lib/ASTGen/CMakeLists.txt
@@ -14,6 +14,8 @@ if(SWIFT_BUILD_REGEX_PARSER_IN_COMPILER)
14
add_pure_swift_host_library(_CompilerRegexParser STATIC
15
"${COMPILER_REGEX_PARSER_SOURCES}"
16
)
17
+ target_compile_options(_CompilerRegexParser PRIVATE
18
+ -disable-implicit-string-processing-module-import)
19
else()
20
# Dummy target for dependencies
21
add_custom_target(_CompilerRegexParser)
0 commit comments