File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
tools/sil-passpipeline-dumper Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ target_link_libraries(swiftSIL PUBLIC
4
4
swiftDemangling )
5
5
target_link_libraries (swiftSIL PRIVATE
6
6
swiftAST
7
- swiftClangImporter )
7
+ swiftClangImporter
8
+ swiftSema
9
+ swiftSerialization )
8
10
9
11
add_subdirectory (IR )
10
12
add_subdirectory (Utils )
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ add_swift_host_library(swiftSILGen STATIC
36
36
SILGenThunk.cpp
37
37
SILGenType.cpp )
38
38
target_link_libraries (swiftSILGen PRIVATE
39
+ swiftSerialization
39
40
swiftSIL )
40
41
41
42
set_swift_llvm_is_available (swiftSILGen )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ add_swift_host_tool(sil-passpipeline-dumper
5
5
target_link_libraries (sil-passpipeline-dumper PRIVATE
6
6
swiftFrontend
7
7
swiftIRGen
8
+ swiftSema
8
9
swiftSILGen
9
10
swiftSILOptimizer
10
11
# Clang libraries included to appease the linker on linux.
You can’t perform that action at this time.
0 commit comments