aboutsummaryrefslogtreecommitdiff
path: root/lang/swift510/files/patch-swift_unittests_Sema_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lang/swift510/files/patch-swift_unittests_Sema_CMakeLists.txt')
-rw-r--r--lang/swift510/files/patch-swift_unittests_Sema_CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/swift510/files/patch-swift_unittests_Sema_CMakeLists.txt b/lang/swift510/files/patch-swift_unittests_Sema_CMakeLists.txt
new file mode 100644
index 000000000000..437ac1c3089d
--- /dev/null
+++ b/lang/swift510/files/patch-swift_unittests_Sema_CMakeLists.txt
@@ -0,0 +1,16 @@
+--- swift/unittests/Sema/CMakeLists.txt.orig 2024-06-06 04:26:30 UTC
++++ swift/unittests/Sema/CMakeLists.txt
+@@ -11,8 +11,12 @@ target_link_libraries(swiftSemaTests
+ target_link_libraries(swiftSemaTests
+ PRIVATE
+ swiftAST
++ swiftFrontend
+ swiftSema
+- swiftSerialization)
++ swiftSerialization
++ swiftSILGen
++ swiftSILOptimizer
++)
+
+ target_compile_definitions(swiftSemaTests PRIVATE
+ SWIFTLIB_DIR=\"${SWIFTLIB_DIR}\")