Skip to content

Commit 9fa11da

Browse files
committed
CMake: Add missing dependency edge from IDE to Frontend and break resulting cycle by moving Migrator depenency to FrontendTool.
1 parent 6d0be81 commit 9fa11da

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

lib/Frontend/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ target_link_libraries(swiftFrontend PRIVATE
2121
swiftAST
2222
swiftConstExtract
2323
swiftSIL
24-
swiftMigrator
2524
swiftOption
2625
swiftSILGen
2726
swiftSILOptimizer

lib/FrontendTool/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ target_link_libraries(swiftFrontendTool PRIVATE
2020
swiftImmediate
2121
swiftIndex
2222
swiftIRGen
23+
swiftMigrator
2324
swiftOption
2425
swiftPrintAsClang
2526
swiftSerialization

lib/IDE/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ target_link_libraries(swiftIDE PRIVATE
4242
swiftAST
4343
swiftClangImporter
4444
swiftDriver
45+
swiftFrontend
4546
swiftIndex
4647
swiftParse
4748
swiftSema)

0 commit comments

Comments
 (0)