Skip to content

Commit 7433dc9

Browse files
committed
Link a few more targets
1 parent 5935670 commit 7433dc9

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

tools/libSwiftScan/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ add_dependencies(libSwiftScan
1919
swiftDependencyScan)
2020

2121
target_link_libraries(libSwiftScan PRIVATE
22+
ASTGen
23+
swiftCore
2224
swiftDependencyScan
2325
swiftDriverTool
2426
swiftStaticMirror

tools/sil-func-extractor/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ add_swift_host_tool(sil-func-extractor
44
)
55
target_link_libraries(sil-func-extractor
66
PRIVATE
7+
ASTGen
8+
swiftCore
79
swiftClangImporter
810
swiftDemangling
911
swiftFrontend

tools/sil-llvm-gen/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ add_swift_host_tool(sil-llvm-gen
44
)
55
target_link_libraries(sil-llvm-gen
66
PRIVATE
7+
ASTGen
8+
swiftCore
79
swiftFrontend
810
swiftIRGen
911
swiftSILGen

tools/swift-ast-script/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ add_swift_host_tool(swift-ast-script
88
)
99
target_link_libraries(swift-ast-script
1010
PRIVATE
11+
ASTGen
12+
swiftCore
1113
swiftAST
1214
swiftFrontendTool)

0 commit comments

Comments
 (0)