commit | a1ce2be1710d5e01c3ca268c12cb9794d65d451c | [log] [tgz] |
---|---|---|
author | inglorion <inglorion@chromium.org> | Tue Dec 19 22:11:29 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 19 22:11:29 2023 |
tree | b86546fee135230ca1d85a869f79a94f59a96ff2 | |
parent | ccce03e75fc4822e12fb63e60021e0a5e5e9f5b0 [diff] |
remote_link: pass --target and -m flags to codegen Clang uses a default target tuple when not told explicitly which target to generate code for. This may not match the target we are actually building for. To set the correct target, we pass the --target=... parameter. This change makes remote_link.py pass this parameter on to the code generation commands it generates. Similarly, there are many command line parameters that start in "-m" which are also relevant to code generation, so this change makes remote_link pass those on, as well. Bug: 1507029 Change-Id: I41f65d70fc32b5c628b31a0fd9492993a1a22480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5079899 Commit-Queue: Bob Haarman <inglorion@chromium.org> Reviewed-by: Amy Huang <akhuang@google.com> Cr-Commit-Position: refs/heads/main@{#1239376}
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.