Skip to content

Commit 917b7d7

Browse files
zmodemcopybara-github
authored andcommitted
Roll clang+rust llvmorg-20-init-13688-gdb273c6c-1 : llvmorg-20-init-13894-g8cb44859-1 / 66adeaf46b7a646daeed29518ef76235fcdb9726-1 : a522d78598415cdd614ccc6d961160f192f64b5c-1
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/+log/db273c6c..8cb44859 https://chromium.googlesource.com/external/github.com/rust-lang/rust/+log/66adeaf46b7a..a522d7859841 Ran: ./tools/clang/scripts/upload_revision.py 8cb44859cc31929521c09fc6a8add66d53db44de Binary-Size: Slight android/arm64 increase due to inliner tweak (crbug.com/381906270) Bug: 381788005 Change-Id: I19c3f34aeae63eed2a87d92f1346e6355b07c349 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 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/+/6061519 Reviewed-by: Nico Weber <[email protected]> Commit-Queue: Hans Wennborg <[email protected]> Cr-Commit-Position: refs/heads/main@{#1390884} NOKEYCHECK=True GitOrigin-RevId: c530538d9fb9ecf5365a6d725ea953ff9d63c0ef
1 parent f7e4078 commit 917b7d7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build_rust.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
GetRustClangRevision)
6666

6767
EXCLUDED_TESTS = [
68-
# Temporarily disabled due to https://crbug.com/380707238
69-
os.path.join('tests', 'codegen', 'aarch64-softfloat.rs'),
7068
]
7169
EXCLUDED_TESTS_WINDOWS = [
7270
# Temporarily disabled due to https://crbug.com/379308086

update_rust.py

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

3232
# These fields are written by //tools/clang/scripts/upload_revision.py, and
3333
# should not be changed manually.
34-
RUST_REVISION = '66adeaf46b7a646daeed29518ef76235fcdb9726'
34+
RUST_REVISION = 'a522d78598415cdd614ccc6d961160f192f64b5c'
3535
RUST_SUB_REVISION = 1
3636

3737
# The revision of Crubit to use from https://github.com/google/crubit
@@ -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 = 'd2a2e54f5e3c32d0d0b5207078fa01488cb84fb3242567dd33b6245ae67e6944'
49+
STAGE0_JSON_SHA256 = 'd43873232c1696dc1177bea0163c764a08e6650e6e58cba06d74604aefa87132'
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)