Skip to content

Commit dc29026

Browse files
committed
Update Rust toolchain build to use clang-r407598.
Bug: 171348143 Test: ./build.py Change-Id: I62209fd33ae1f7f7e7b89cd70f3f4889ec1f8598
1 parent 044129e commit dc29026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
THIS_DIR = os.path.realpath(os.path.dirname(__file__))
2020

2121
STAGE0_RUST_VERSION = '1.48.0'
22-
CLANG_REVISION = 'r399163b'
22+
CLANG_REVISION = 'r407598'
2323

2424

2525
def workspace_path(*args):

0 commit comments

Comments
 (0)