diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py index 1c9c6fc..0a271bb 100755 --- a/tools/clang/scripts/update.py +++ b/tools/clang/scripts/update.py
@@ -35,8 +35,8 @@ # https://chromium.googlesource.com/chromium/src/+/main/docs/updating_clang.md # Reverting problematic clang rolls is safe, though. # This is the output of `git describe` and is usable as a commit-ish. -CLANG_REVISION = 'llvmorg-19-init-2941-ga0b3dbaf' -CLANG_SUB_REVISION = 22 +CLANG_REVISION = 'llvmorg-19-init-6501-g5b544b51' +CLANG_SUB_REVISION = 1 PACKAGE_VERSION = '%s-%s' % (CLANG_REVISION, CLANG_SUB_REVISION) RELEASE_VERSION = '19'