File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ project(SwiftSyntax LANGUAGES C Swift)
15
15
set (SWIFT_VERSION 5 )
16
16
set (CMAKE_Swift_LANGUAGE_VERSION ${SWIFT_VERSION} )
17
17
18
- set (SWIFT_MODULE_ABI_NAME_PREFIX CACHE STRING "ABI name prefix to avoid name conflicts" )
19
-
20
18
# The subdirectory into which host libraries will be installed.
21
19
set (SWIFT_HOST_LIBRARIES_SUBDIRECTORY "swift/host" )
22
20
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ function(add_swift_host_library name)
56
56
-emit-module-interface-path;${module_interface_file}
57
57
> )
58
58
if (SWIFT_MODULE_ABI_NAME_PREFIX )
59
+ # ABI name prefix. this can be used to avoid name conflicts.
59
60
target_compile_options ("${name} " PRIVATE
60
61
$< $< COMPILE_LANGUAGE:Swift> :
61
62
"SHELL:-Xfrontend -module-abi-name"
You can’t perform that action at this time.
0 commit comments