Skip to content

Commit ffdd338

Browse files
committed
Revert "[CMake] Build with library evolution and generate Swift interfaces."
This reverts commit 2f1be83.
1 parent 2f1be83 commit ffdd338

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmake/modules/AddSwiftHostLibrary.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ function(add_swift_host_library name)
4444
target_compile_options("${name}" PRIVATE
4545
$<$<COMPILE_LANGUAGE:Swift>:
4646
-module-name;${name};
47-
-enable-library-evolution;
4847
-emit-module-path;${module_file};
49-
-emit-module-source-info-path;${module_sourceinfo_file};
50-
-emit-module-interface-path;${module_interface_file}
48+
-emit-module-source-info-path;${module_sourceinfo_file}
5149
>)
5250

5351
# NOTE: workaround for CMake not setting up include flags yet

0 commit comments

Comments
 (0)