You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove compiler-rt, profile and sanitizers when using --no-runtimes
The flag removes the compiler-rt runtime from the build, as well as
the profile and sanitizers runtimes, as they are not needed for building
the Rust toolchain and are distributed with the C++ toolchain.
This makes the Rust toolchain builds a bit faster.
One exception is that MacOS always needs compiler-rt in order to link
LLVM binaries, so it's not removed on MacOS.
Bug: 40212971
Change-Id: I49f3f65c2b6389dadd97daf931174fef67c42abe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5893987
Commit-Queue: danakj <[email protected]>
Commit-Queue: Arthur Eubanks <[email protected]>
Auto-Submit: danakj <[email protected]>
Reviewed-by: Arthur Eubanks <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1361305}
NOKEYCHECK=True
GitOrigin-RevId: ba8ba3276065824bd1827a994995ad169727ae74
0 commit comments