blob: b96c13df9c3732caf78f13fc440c25333e93c989 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- swift/unittests/Driver/CMakeLists.txt.orig 2024-06-06 04:26:30 UTC
+++ swift/unittests/Driver/CMakeLists.txt
@@ -7,4 +7,9 @@ target_link_libraries(SwiftDriverTests PRIVATE
target_link_libraries(SwiftDriverTests PRIVATE
swiftAST
swiftClangImporter
- swiftDriver)
+ swiftDriver
+ swiftFrontend
+ swiftSIL
+ swiftSILGen
+ swiftSILOptimizer
+)
|