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 dda9753 + 2fec379 commit 434503aCopy full SHA for 434503a
cmake/modules/AddSwiftHostLibrary.cmake
@@ -82,8 +82,7 @@ function(add_swift_syntax_library name)
82
# ABI name prefix. this can be used to avoid name conflicts.
83
target_compile_options("${name}" PRIVATE
84
$<$<COMPILE_LANGUAGE:Swift>:
85
- "SHELL:-Xfrontend -module-abi-name"
86
- "SHELL:-Xfrontend ${SWIFT_MODULE_ABI_NAME_PREFIX}${name}"
+ "SHELL:-Xfrontend -module-abi-name -Xfrontend ${SWIFT_MODULE_ABI_NAME_PREFIX}${name}"
87
>)
88
endif()
89
0 commit comments