commit | 4941c566c089948625214c875d1779c1daa0c816 | [log] [tgz] |
---|---|---|
author | danakj <danakj@chromium.org> | Thu Sep 26 20:13:57 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 26 20:13:57 2024 |
tree | a328aaddfb31764d0cfc8a7f6317f9ea71b04833 | |
parent | 8ad44af0d337983e6bed9d855a8a93207f61c5f2 [diff] |
Remove clang-tools-extra from the clang build when passed --no-tools This will speed up the Rust toolchain build by avoiding building clang-tidy and other tools not needed by the Rust toolchain build process. The help comment for the flag even mentioned that these are omitted but they were not. Bug: 40212971 Change-Id: Iea91de77f63aa8c37c4fbac84896bd15cc8fa5e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5889633 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/main@{#1360747}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.