mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
committed by
Rintaro Ishizaki
parent
03319e52cb
commit
1fc00ae248
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user