We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef81785 + 9010813 commit 4b7db51Copy full SHA for 4b7db51
lib/Basic/CMakeLists.txt
@@ -98,6 +98,10 @@ target_link_libraries(swiftBasic PUBLIC
98
target_link_libraries(swiftBasic PRIVATE
99
${UUID_LIBRARIES})
100
101
+# This is because swiftBasic uses InFlightDiagnostic::flush, which is defined
102
+# in swiftAST. This is a cyclic link dependency and it should be removed.
103
+target_link_libraries(swiftBasic PUBLIC swiftAST)
104
+
105
message(STATUS "Swift version: ${SWIFT_VERSION}")
106
message(STATUS "Swift vendor: ${SWIFT_VENDOR}")
107
0 commit comments