mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user