[AST] Remove gyb_syntax_support

We are no longer using these Python files to generate anything in SwiftSyntax. We can just remove them and instead commit the generated `.def` files.
This commit is contained in:
Alex Hoppen
2023-08-01 17:17:25 -07:00
parent 7c0a9cc92e
commit ef8e4ac0f3
9 changed files with 657 additions and 481 deletions

View File

@@ -256,7 +256,6 @@ else()
# The swift modules can now depend on that target.
# Note that this library is unused, i.e. not linked to anything.
add_library(importedHeaderDependencies "${CMAKE_CURRENT_BINARY_DIR}/HeaderDependencies.cpp")
add_dependencies(importedHeaderDependencies swift-ast-generated-headers)
target_include_directories(importedHeaderDependencies PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../include/swift")
if(BOOTSTRAPPING_MODE MATCHES "HOSTTOOLS|CROSSCOMPILE")