[ASTGen] Remove LegacyParser ping-pong mechanism

Now that ASTGen should be able to generate most Swift code. Let's
remove "legacy parser" call-in, and remove the unhealthy cyclic
dependency between lib/Parse and ASTGen.
This commit is contained in:
Rintaro Ishizaki
2024-11-14 00:10:34 -08:00
committed by Rintaro Ishizaki
parent 03319e52cb
commit 1fc00ae248
19 changed files with 23 additions and 667 deletions

View File

@@ -16,12 +16,6 @@ module IDEBridging {
export *
}
module ParseBridging {
header "swift/Parse/ParseBridging.h"
requires cplusplus
export *
}
module SILBridging {
header "swift/SIL/SILBridging.h"
requires cplusplus