From 58abab271fbb5ad9302a1c812f61ccdd88dff97e Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Mon, 7 Aug 2023 11:30:07 -0700 Subject: [PATCH] Revert clang back to 6d667d4b261e81f325756fdfd5bb43b3b3d2451d (flutter/engine#44442) b/294820516 https://stackoverflow.com/questions/76852785/how-to-fix-itms-90338-non-public-api-usage-issue-after-review --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 45614c8a969..b3a04461b7e 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:020d2fb7711d70e296f19d83565f8d93d2cfda71', + 'clang_version': 'git_revision:6d667d4b261e81f325756fdfd5bb43b3b3d2451d', # 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