Skip to content

Commit 370cf8c

Browse files
committed
Update Rust toolchain build to use clang-r407598b.
Bug: 178106097 Test: ./build.py Change-Id: I3c1c225998f35bc8885c6a83e47c0833e4878765
1 parent df906b3 commit 370cf8c

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.49.0'
22-
CLANG_REVISION = 'r407598'
22+
CLANG_REVISION = 'r407598b'
2323

2424

2525
def workspace_path(*args):

0 commit comments

Comments
 (0)