Roll clang+rust llvmorg-18-init-17730-gf670112a-1 : llvmorg-19-init-817-g3f5fcb59-1 / cd6d8f2a04528f827ad3d399581c0f3502b15a72-1 : cdaa12e3dff109f72a5a8a0a67ea225052122a79-1
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/+log/f670112a..3f5fcb59
https://chromium.googlesource.com/external/github.com/rust-lang/rust/+log/cd6d8f2a0452..cdaa12e3dff1
Ran: ./tools/clang/scripts/upload_revision.py 3f5fcb59ae582ebfbe3f23050d90f86a2cb76eb0
Additionally:
* ran tools/rust/gnrt_stdlib.py
* replaced usages of the flag -fvisibility-global-new-delete-hidden with
-fvisibility-global-new-delete=force-hidden as the former is now
deprecated.
* disabled the warning -Wnan-infinity-disabled where -ffast-math is
enabled.
* ran third_party/abseil-cpp/generate_def_files.py
* update the Android binary size script to be compatible with the new
ThinLTO file name format introduced in
https://github.com/llvm/llvm-project/pull/78835.
Bug: 1522774,1523764,1523787,1523808,41496774
Change-Id: I42916db8001b4f5a76bb989a71e3043900d1dc3d
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:lacros-arm64-generic-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: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-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: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
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/+/5254957
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Owners-Override: Nico Weber <thakis@chromium.org>
Auto-Submit: Alan Zhao <ayzhao@google.com>
Cr-Commit-Position: refs/heads/main@{#1257358}
NOKEYCHECK=True
GitOrigin-RevId: ebbab76f116bb0afd91881b1640e834f69540fd1
diff --git a/update_rust.py b/update_rust.py
index 9d504f3..a9adcfc 100755
--- a/update_rust.py
+++ b/update_rust.py
@@ -34,7 +34,7 @@
# In the case that a Rust roll fails and you want to roll Clang alone, reset
# this back to its previous value _AND_ set `OVERRIDE_CLANG_REVISION` below
# to the `CLANG_REVISION` that was in place before the roll.
-RUST_REVISION = 'cd6d8f2a04528f827ad3d399581c0f3502b15a72'
+RUST_REVISION = 'cdaa12e3dff109f72a5a8a0a67ea225052122a79'
RUST_SUB_REVISION = 1
# If not None, this overrides the `CLANG_REVISION` in