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.
1 parent 226c4ac commit 0445a85Copy full SHA for 0445a85
unittests/Basic/CMakeLists.txt
@@ -48,10 +48,6 @@ add_dependencies(SwiftBasicTests "${gyb_dependency_targets}")
48
target_link_libraries(SwiftBasicTests
49
PRIVATE
50
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
55
swiftThreading
56
clangBasic
57
LLVMTestingSupport
0 commit comments