From 2997bc12af574a1416f34cf640e4ac39bbc79c77 Mon Sep 17 00:00:00 2001 From: Ryan Macnak Date: Wed, 13 Oct 2021 17:54:16 +0000 Subject: [PATCH] [build] Update Clang and GN. TEST=ci Change-Id: I199bdd75d57dbec0b64ddbb7a1b6c71845f4660d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216581 Reviewed-by: Liam Appelbe Commit-Queue: Ryan Macnak --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 54d174b6aa0..6c75f52054f 100644 --- a/DEPS +++ b/DEPS @@ -64,8 +64,8 @@ vars = { # The list of revisions for these tools comes from Fuchsia, here: # https://fuchsia.googlesource.com/integration/+/HEAD/prebuilts # If there are problems with the toolchain, contact fuchsia-toolchain@. - "clang_revision": "7c4e9a68264ffeef6178865be76c45c4fb6390af", - "gn_revision": "39a87c0b36310bdf06b692c098f199a0d97fc810", + "clang_revision": "f37e8b0b831e61d3b6033829fff05d6d193ab735", + "gn_revision": "693f9fb87e4febdd4299db9f73d8d2c958e63148", # Scripts that make 'git cl format' work. "clang_format_scripts_rev": "c09c8deeac31f05bd801995c475e7c8070f9ecda",