Skip to content

Commit f7e4078

Browse files
zmodemcopybara-github
authored andcommitted
Roll clang+rust llvmorg-20-init-9764-gb81d8e90-7 : llvmorg-20-init-13688-gdb273c6c-1 / bca5fdebe0e539d123f33df5f2149d5976392e76-1 : 66adeaf46b7a646daeed29518ef76235fcdb9726-1
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/+log/b81d8e90..db273c6c https://chromium.googlesource.com/external/github.com/rust-lang/rust/+log/bca5fdebe0e5..66adeaf46b7a Ran: ./tools/clang/scripts/upload_revision.py db273c6c242f51792ed4298a24bd2c344214ce38 Bug: 375635728 Change-Id: Ide9fe94aeb91747400d42001a1cd06dce7e2dd99 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/+/6055158 Owners-Override: Nico Weber <[email protected]> Commit-Queue: Hans Wennborg <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/main@{#1389663} NOKEYCHECK=True GitOrigin-RevId: a8260dee097dde71ca4464c0c8d897a80c353db2
1 parent e4fd8fd commit f7e4078

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build_rust.py

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

6767
EXCLUDED_TESTS = [
68+
# Temporarily disabled due to https://crbug.com/380707238
69+
os.path.join('tests', 'codegen', 'aarch64-softfloat.rs'),
6870
]
6971
EXCLUDED_TESTS_WINDOWS = [
72+
# Temporarily disabled due to https://crbug.com/379308086
73+
os.path.join('tests', 'ui', 'asan-odr-win', 'asan_odr_windows.rs'),
7074
]
7175
EXCLUDED_TESTS_MAC = [
7276
]

update_rust.py

Lines changed: 1 addition & 1 deletion
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 = 'bca5fdebe0e539d123f33df5f2149d5976392e76'
34+
RUST_REVISION = '66adeaf46b7a646daeed29518ef76235fcdb9726'
3535
RUST_SUB_REVISION = 1
3636

3737
# The revision of Crubit to use from https://github.com/google/crubit

0 commit comments

Comments
 (0)