mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 05:27:49 +00:00
Factor out code to flatten bindings for msl
And use it in the fuzzers to fix ICE that occurs when bindings are not flattened when processing MSL. Bug: chromium:1314938 Change-Id: Ic35503e53395fad232487226c324067975291fbf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88461 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: James Price <jrprice@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
870b5a665f
commit
4e98fb0bd8
@@ -379,6 +379,7 @@ tint_unittests_source_set("tint_unittests_utils_src") {
|
||||
tint_unittests_source_set("tint_unittests_writer_src") {
|
||||
sources = [
|
||||
"../../src/tint/writer/append_vector_test.cc",
|
||||
"../../src/tint/writer/flatten_bindings_test.cc",
|
||||
"../../src/tint/writer/float_to_string_test.cc",
|
||||
"../../src/tint/writer/generate_external_texture_bindings_test.cc",
|
||||
"../../src/tint/writer/text_generator_test.cc",
|
||||
|
||||
Reference in New Issue
Block a user