Skip to content

Commit a71b970

Browse files
committed
Revert "Add link between swiftBasic and swiftAST"
This reverts commit 9010813.
1 parent 18b79ff commit a71b970

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Basic/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ target_link_libraries(swiftBasic PUBLIC
9898
target_link_libraries(swiftBasic PRIVATE
9999
${UUID_LIBRARIES})
100100

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-
105101
message(STATUS "Swift version: ${SWIFT_VERSION}")
106102
message(STATUS "Swift vendor: ${SWIFT_VENDOR}")
107103

0 commit comments

Comments
 (0)