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 8e72a01 + aac3cd7 commit c9aaf50Copy full SHA for c9aaf50
unittests/Basic/CMakeLists.txt
@@ -48,6 +48,10 @@ 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