-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tint] Always perform requested renames in Renamer
The Renamer was not applying `requested_names` when only renaming keywords. Fix the `should_rename` check to consider `requested_names`. This is required in order for Dawn to work with symbol naming disabled when it is using `requested_names` to set the entry point name. Bug: 375192379 Change-Id: I188608872dfedfda02a807137c694289e1e78a04 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218138 Commit-Queue: James Price <[email protected]> Reviewed-by: dan sinclair <[email protected]>
- Loading branch information
Showing
2 changed files
with
78 additions
and
1 deletion.
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