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 0195f26Copy full SHA for 0195f26
lib/SIL/CMakeLists.txt
@@ -4,7 +4,8 @@ target_link_libraries(swiftSIL PUBLIC
4
swiftDemangling)
5
target_link_libraries(swiftSIL PRIVATE
6
swiftAST
7
- swiftClangImporter)
+ swiftClangImporter
8
+ swiftSerialization)
9
10
add_subdirectory(IR)
11
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