commit | 75969c5ba9160e6f898f777565b6617bf8794786 | [log] [tgz] |
---|---|---|
author | danakj <danakj@chromium.org> | Tue Feb 22 17:15:45 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 22 17:15:45 2022 |
tree | db6be70622c71d67e2fed3282a5ceb25292df2a2 | |
parent | 871f1243b7d878a96e2bff9cb8e785b7131ece45 [diff] |
Avoid use of --whole-archive on AIX as the linker does not support it AIX does the equivalent of whole-archive always, as mentioned here: https://github.com/rust-lang/rust/issues/73632#issuecomment-1043405507 R=thakis@chromium.org Bug: 1296284 Change-Id: I44a9f8bf92ef65cbfb3f2ccbfe9efb08483fd1c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3470980 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/main@{#973779}
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.