We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
undefined reference
1 parent 7f6fcf6 commit 4bdd72fCopy full SHA for 4bdd72f
lib/SIL/CMakeLists.txt
@@ -4,7 +4,9 @@ target_link_libraries(swiftSIL PUBLIC
4
swiftDemangling)
5
target_link_libraries(swiftSIL PRIVATE
6
swiftAST
7
- swiftClangImporter)
+ swiftClangImporter
8
+ swiftSema
9
+ swiftSerialization)
10
11
add_subdirectory(IR)
12
add_subdirectory(Utils)
lib/SILGen/CMakeLists.txt
@@ -36,6 +36,7 @@ add_swift_host_library(swiftSILGen STATIC
36
SILGenThunk.cpp
37
SILGenType.cpp)
38
target_link_libraries(swiftSILGen PRIVATE
39
+ swiftSerialization
40
swiftSIL)
41
42
set_swift_llvm_is_available(swiftSILGen)
0 commit comments