From 8af0ad53e51eddd745f24691e3b4f2de190c36e7 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 12 Apr 2023 15:34:36 +0000 Subject: [PATCH] Roll SwiftShader from 8ef6045b0a23 to 770571d91b69 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/8ef6045b0a23..770571d91b69 2023-04-12 jif@google.com Add missing #include in LLVM 16 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-dawn-autoroll Please CC cwallez@google.com,webgpu-developers@google.com on the revert to ensure that a human is aware of the problem. To file a bug in SwiftShader: https://bugs.chromium.org/p/swiftshader/issues/entry To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry 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/main/autoroll/README.md Bug: None Tbr: cwallez@google.com Change-Id: I19eec04679600742af6396e87392fbb4394ada2a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/127040 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ba594b8a06..975f8080a8 100644 --- a/DEPS +++ b/DEPS @@ -137,7 +137,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@8ef6045b0a23ebc3cc8b08f89a728d1975538f86', + 'url': '{swiftshader_git}/SwiftShader@770571d91b69a1793b7f2036e197969df46ea5eb', 'condition': 'dawn_standalone', },