Skip to content

Commit 3587771

Browse files
Update Rust toolchain build to use clang-r416183b.
Bug: http://b/185528062 Test: ./build.py Change-Id: I9cffd8533188483f4b6a1f28d5dd77f4aa168a7d
1 parent 73a51bf commit 3587771

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

2424

2525
def workspace_path(*args):

0 commit comments

Comments
 (0)