-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IR][JS][Wasm] Use unified lowering to remove expect declarations
ExpectDeclarationsRemoveLowering uses an overkill method to remove expect declarations: it transforms declarations with ExpectDeclarationRemover(symbolTable, doRemove=true). In contrast, Native version of this removing, ExpectDeclarationsRemoving, uses simplest way to remove top-level declarations. In this MR, this approach is used for all Klib backends. ^KT-73063 Fixed Merge-request: KT-MR-19026 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
- Loading branch information
Showing
5 changed files
with
24 additions
and
36 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
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
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
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
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