Skip to content

Commit 41785d1

Browse files
zmodemAravind Vasudevan
authored andcommitted
Roll clang+rust llvmorg-17-init-8029-g27f27d15-6 : llvmorg-17-init-10134-g3da83fba-1 / 17c11672167827b0dd92c88ef69f24346d1286dd-2 : 473f916d836cc662c5bdbb0d40af9fb4678fab9e-1
Also tweak libsupersize's parsing since lld's map file output changed slightly (see second bug). https://chromium.googlesource.com/external/github.com/llvm/llvm-project/+log/27f27d15..3da83fba https://chromium.googlesource.com/external/github.com/rust-lang/rust/+log/17c116721678..473f916d836c Ran: ./tools/clang/scripts/upload_revision.py 3da83fbafef1689de1fc45c2c3fa3d258edda09d Bug: 1433622, 1442525 Change-Id: Ie2f19f55e8189c7423f1b4ff80d55caaff29cb44 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 Cq-Include-Trybots: chromium/try:win-asan Cq-Include-Trybots: chromium/try:android-official,fuchsia-official 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: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4505870 Reviewed-by: Arthur Eubanks <aeubanks@google.com> Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/main@{#1139805} NOKEYCHECK=True GitOrigin-RevId: 3f578e1a969098c78ebb29e7bd2a732a46d47237
1 parent bb6377c commit 41785d1

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
@@ -32,8 +32,8 @@
3232

3333
# These fields are written by //tools/clang/scripts/upload_revision.py, and
3434
# should not be changed manually.
35-
RUST_REVISION = '17c11672167827b0dd92c88ef69f24346d1286dd'
36-
RUST_SUB_REVISION = 2
35+
RUST_REVISION = '473f916d836cc662c5bdbb0d40af9fb4678fab9e'
36+
RUST_SUB_REVISION = 1
3737

3838
# Trunk on 2022-10-15.
3939
#
@@ -70,7 +70,7 @@
7070
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
7171
# We trust the Rust build system checks, but to ensure it is not tampered with
7272
# itself check the hash.
73-
STAGE0_JSON_SHA256 = '7339c4d847db37e8c0b69b5c037bb708fcce1baf22ac5bf598dc739e559bcbc1'
73+
STAGE0_JSON_SHA256 = 'b1aae08ff68e03322e55e02cf1eabd4a796ec477a5d64b7b1daa504ccc3b21ba'
7474

7575
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
7676
CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..'))

0 commit comments

Comments
 (0)