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