Skip to content

Commit 2ef5661

Browse files
aeubankscopybara-github
authored andcommitted
Roll clang+rust llvmorg-20-init-8527-g923566a6-2 : llvmorg-20-init-9764-gb81d8e90-1 / eb4e2346748e1760f74fcaa27b42431e0b95f8f3-2 : bca5fdebe0e539d123f33df5f2149d5976392e76-1
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/+log/923566a6..b81d8e90 https://chromium.googlesource.com/external/github.com/rust-lang/rust/+log/eb4e2346748e..bca5fdebe0e5 Ran: ./tools/clang/scripts/upload_revision.py b81d8e90339a788cc6cb148831612c6b39b93ad5 Bug: 373703284 Change-Id: Ibcfeb6a1978cb8f55848a6711b894bc127d2e9dc Disable-Rts: True Cq-Include-Trybots: chromium/try:chromeos-amd64-generic-cfi-thin-lto-rel Cq-Include-Trybots: chromium/try:dawn-win10-x86-deps-rel Cq-Include-Trybots: chromium/try:linux-chromeos-dbg Cq-Include-Trybots: chromium/try:linux_chromium_cfi_rel_ng Cq-Include-Trybots: chromium/try:linux_chromium_chromeos_msan_rel_ng Cq-Include-Trybots: chromium/try:linux_chromium_msan_rel_ng Cq-Include-Trybots: chromium/try:mac11-arm64-rel,mac_chromium_asan_rel_ng Cq-Include-Trybots: chromium/try:ios-catalyst,win-asan,android-official Cq-Include-Trybots: chromium/try:fuchsia-arm64-cast-receiver-rel Cq-Include-Trybots: chromium/try:mac-official,linux-official Cq-Include-Trybots: chromium/try:win-official,win32-official Cq-Include-Trybots: chromium/try:win-arm64-rel Cq-Include-Trybots: chromium/try:linux-swangle-try-x64,win-swangle-try-x86 Cq-Include-Trybots: chromium/try:android-cronet-mainline-clang-arm64-dbg Cq-Include-Trybots: chromium/try:android-cronet-mainline-clang-arm64-rel Cq-Include-Trybots: chromium/try:android-cronet-mainline-clang-riscv64-dbg Cq-Include-Trybots: chromium/try:android-cronet-mainline-clang-riscv64-rel Cq-Include-Trybots: chromium/try:android-cronet-mainline-clang-x86-dbg Cq-Include-Trybots: chromium/try:android-cronet-mainline-clang-x86-rel Cq-Include-Trybots: chromium/try:android-cronet-riscv64-dbg Cq-Include-Trybots: chromium/try:android-cronet-riscv64-rel Cq-Include-Trybots: chrome/try:iphone-device,ipad-device Cq-Include-Trybots: chrome/try:linux-chromeos-chrome Cq-Include-Trybots: chrome/try:win-chrome,win64-chrome,linux-chrome,mac-chrome Cq-Include-Trybots: chrome/try:linux-pgo,mac-pgo,win32-pgo,win64-pgo Cq-Include-Trybots: chromium/try:android-rust-arm32-rel Cq-Include-Trybots: chromium/try:android-rust-arm64-dbg Cq-Include-Trybots: chromium/try:android-rust-arm64-rel Cq-Include-Trybots: chromium/try:linux-rust-x64-dbg Cq-Include-Trybots: chromium/try:linux-rust-x64-rel Cq-Include-Trybots: chromium/try:mac-rust-x64-dbg Cq-Include-Trybots: chromium/try:win-rust-x64-dbg Cq-Include-Trybots: chromium/try:win-rust-x64-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5952413 Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Hans Wennborg <hans@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/main@{#1372923} NOKEYCHECK=True GitOrigin-RevId: 6b9622a4dfe58387d6ba5f3c2ef04f8a12bda637
1 parent ed0fe5c commit 2ef5661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update_rust.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
# These fields are written by //tools/clang/scripts/upload_revision.py, and
3333
# should not be changed manually.
34-
RUST_REVISION = 'eb4e2346748e1760f74fcaa27b42431e0b95f8f3'
35-
RUST_SUB_REVISION = 2
34+
RUST_REVISION = 'bca5fdebe0e539d123f33df5f2149d5976392e76'
35+
RUST_SUB_REVISION = 1
3636

3737
# The revision of Crubit to use from https://github.com/google/crubit
3838
#
@@ -46,7 +46,7 @@
4646
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
4747
# We trust the Rust build system checks, but to ensure it is not tampered with
4848
# itself check the hash.
49-
STAGE0_JSON_SHA256 = '118891b1b25ce68a4bd792cd9640adaa8a4208d8d0684b458409cc8a86ded6aa'
49+
STAGE0_JSON_SHA256 = 'd2a2e54f5e3c32d0d0b5207078fa01488cb84fb3242567dd33b6245ae67e6944'
5050

5151
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
5252
CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..'))

0 commit comments

Comments
 (0)