Skip to content

Commit c18e318

Browse files
Work around a link error I'm seeing locally
1 parent 2817d7b commit c18e318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/SIL/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ target_link_libraries(swiftSIL PRIVATE
66
swiftAST
77
swiftClangImporter
88
swiftSema
9-
swiftSerialization)
9+
swiftSerialization
10+
swiftSILOptimizer)
1011

1112
add_subdirectory(IR)
1213
add_subdirectory(Utils)

0 commit comments

Comments
 (0)