From 9e18866336d5ca68fa8d2a29c3320813cbc9475a Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 5 Dec 2023 15:19:53 -0800 Subject: [PATCH] Update clang revision from 00396e6a1a0b7 to b3a9e8f7c0afb00. Previously attempted by https://github.com/flutter/engine/pull/48563 but failed because of fixes needed in https://github.com/flutter/engine/pull/48693 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1870985f0b4ba..d1efe1d101229 100644 --- a/DEPS +++ b/DEPS @@ -39,7 +39,7 @@ vars = { # The list of revisions for these tools comes from Fuchsia, here: # https://fuchsia.googlesource.com/integration/+/HEAD/toolchain # If there are problems with the toolchain, contact fuchsia-toolchain@. - 'clang_version': 'git_revision:00396e6a1a0b79fda008cb4e86b616d7952b33c8', + 'clang_version': 'git_revision:b3a9e8f7c0afb00147ab6c6a6ad426de149420dd', # The goma version and the clang version can be tightly coupled. If goma # stops working on a clang roll, this may need to be updated using the value