Skip to content

Commit 10b8dff

Browse files
committed
SwiftDriverExecution: add explicit dependency on libllbuild
The module directly imports libllbuild, and while the dependency _should_ be available due to the dependency on `llbuildSwift`, this ensures that we do not rely on ordering but rather the explicit dependency is codified into the build graph.
1 parent 75b8e08 commit 10b8dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftDriverExecution/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ target_link_libraries(SwiftDriverExecution PUBLIC
1717
SwiftOptions
1818
SwiftDriver)
1919
target_link_libraries(SwiftDriverExecution PRIVATE
20+
libllbuild
2021
llbuildSwift)
2122

2223
set_property(GLOBAL APPEND PROPERTY SWIFTDRIVER_EXPORTS SwiftDriverExecution)

0 commit comments

Comments
 (0)