Skip to content

Commit 0445a85

Browse files
committed
Revert "[cmake] Prevent linker errors by linking libswiftAST into SwiftBasicTests since libswiftBasic can include contents from libswiftAST."
This reverts commit aac3cd7.
1 parent 226c4ac commit 0445a85

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

unittests/Basic/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ add_dependencies(SwiftBasicTests "${gyb_dependency_targets}")
4848
target_link_libraries(SwiftBasicTests
4949
PRIVATE
5050
swiftBasic
51-
# SwiftBasic can include symbols from swiftAST due to swiftBasic including
52-
# headers from AST. Just include SwiftAST so that we do not have linker
53-
# failures.
54-
swiftAST
5551
swiftThreading
5652
clangBasic
5753
LLVMTestingSupport

0 commit comments

Comments
 (0)