mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 19:01:24 +00:00
This reverts commit 5a536347649b3b76a4ddb41ae08967a30118d10a. Reason for revert: This is making the Dawn -> Chromium roller fail. https://github.com/KhronosGroup/SPIRV-Tools/pull/4407 introduces a new mandatory parameter to the spvtools::fuzz::Fuzzer constructor, which does not exist in Chromium's version of SPIRV-Tools (d9f89257855a2784323512cd9568b6610bcae581). The roll of SPIRV-Tools into Chromium is currently blocked by another issue, and is a couple of weeks behind ToT. See https://autoroll.skia.org/r/vulkan-deps-chromium-autoroll. Note, that https://github.com/KhronosGroup/SPIRV-Tools/pull/4407 is going to block the eventual roll of SPIRV-Tools in Chromium, as there's no way this code can compile for both pre and post roll. I'll try and fix this after unblocking this roll Original change's description: > Update SPIR-V Tools fuzzer > > Updates spirv-tools DEPS to pull in some recent spirv-fuzz changes, and > modifies the SPIR-V Tools fuzzer so that inapplicable transformations > are ignored. > > Change-Id: Ibdea6e9bc35224efe148133eced341168f7ce7b7 > Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60209 > Auto-Submit: Alastair Donaldson <afdx@google.com> > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Ryan Harrison <rharrison@chromium.org> > Commit-Queue: Ryan Harrison <rharrison@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I4ebcfcfab16e760f64cb8dc622dfb6ef4f1eccf0 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60560 Reviewed-by: Ben Clayton <bclayton@chromium.org> Kokoro: Ben Clayton <bclayton@chromium.org> Commit-Queue: Ben Clayton <bclayton@chromium.org>