Commit 98b43c74 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll SPIRV-Tools from 502e98295625 to 6fac705e7616 (7 revisions)

https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/502e98295625..6fac705e7616

2020-10-19 afdx@google.com spirv-val: Fix validation of OpPhi instructions (#3919)
2020-10-19 afdx@google.com spirv-fuzz: Avoid void struct member when outlining functions (#3936)
2020-10-19 afdx@google.com spirv-fuzz: Do not allow Block-decorated structs when adding parameters (#3931)
2020-10-19 afdx@google.com spirv-fuzz: Fix to operand id type (#3937)
2020-10-19 afdx@google.com spirv-fuzz: Handle dead blocks in TransformationEquationInstruction (#3933)
2020-10-19 afdx@google.com spirv-fuzz: Do not allow sampled image load when flattening conditionals (#3930)
2020-10-19 afdx@google.com spirv-fuzz: Take care of OpPhi instructions when inlining (#3939)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-chromium-autoroll
Please CC jonahr@google.com,radial-bots+chrome-roll@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64
Tbr: jonahr@google.com,radial-bots+chrome-roll@google.com
Change-Id: I4f3a6977cab44d24ece2e4e364eaa7227f1dfce3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486859Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#818838}
parent bb8dc28a
...@@ -313,7 +313,7 @@ vars = { ...@@ -313,7 +313,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'spv_tools_revision': '502e98295625f5f07c7373d959e3403be5aa9de7', 'spv_tools_revision': '6fac705e76165663544e8562537c4165d3bac190',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment