Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spirv][fuzz] Avoid remapping multiple entry point names
If the `remapped_entry_point_name` option is non-empty, we cannot codegen a module with multiple entry points as they would all receive the same name. Note that this check will become unnecessary once we address crbug.com/375388101. Fixed: 384115680 Change-Id: I6fff79ed0f11b695bc89ef420bac07b31ef34221 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219754 Commit-Queue: Antonio Maiorano <[email protected]> Commit-Queue: James Price <[email protected]> Reviewed-by: Antonio Maiorano <[email protected]> Auto-Submit: James Price <[email protected]>
- Loading branch information