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.
2 parents debdd22 + b4d0fc2 commit 8c8a754Copy full SHA for 8c8a754
lib/SIL/CMakeLists.txt
@@ -6,7 +6,8 @@ target_link_libraries(swiftSIL PRIVATE
6
swiftAST
7
swiftClangImporter
8
swiftSema
9
- swiftSerialization)
+ swiftSerialization
10
+ swiftSILOptimizer)
11
12
add_subdirectory(IR)
13
add_subdirectory(Utils)
0 commit comments