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.
Frontend
swiftAST
1 parent 6a3903b commit c17226dCopy full SHA for c17226d
unittests/Frontend/CMakeLists.txt
@@ -6,4 +6,6 @@ add_swift_unittest(SwiftFrontendTests
6
7
target_link_libraries(SwiftFrontendTests
8
PRIVATE
9
- swiftFrontend)
+ swiftFrontend
10
+ # FIXME: Circular dependencies (AST <-> Parse)
11
+ swiftAST)
0 commit comments