-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WASM] Simplify the pass UpgradeInterfaceDispatch to avoid creation o…
…f stubs. The pass was incorrectly creating abstract stubs in classes that inherited the method and luckily that was breaking invariants and aborting the compile. The stubs do not need to be created at all. PiperOrigin-RevId: 581041367
- Loading branch information
1 parent
6a5fbae
commit 6f56c48
Showing
1 changed file
with
5 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters