diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-11-02 13:38:51 +0100 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-11-02 13:38:51 +0100 |
| commit | 9a016badfae61b7527f94168c2829e775d83401b (patch) | |
| tree | ce214a662b7c843484b10294dfef6a17b934e940 /compiler/rustc_mir_transform/src/coverage/tests.rs | |
| parent | 470b49bac9ca58e48a92a0f69aef2745413fe9b4 (diff) | |
| download | rust-9a016badfae61b7527f94168c2829e775d83401b.tar.gz rust-9a016badfae61b7527f94168c2829e775d83401b.zip | |
Clarify dependency requirements in the face of cross-compilation
The requirement on dependencies was phrased in terms of "host tools", but it was also intended to apply equally to targets that only support cross-compilation. Only the exception (for libraries commonly needed for binaries on the target) was intended to apply to host tools. Reword the requirement to talk about the dependencies required for "compiling, linking,and emitting functional binaries, libraries, or other code for the target", rather than generically in terms of dependencies for rustc/cargo. This doesn't change the net effect of the requirements, since other requirements already stated that the target can't make the Rust toolchain depend on proprietary libraries. However, this should make the requirements clearer.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/tests.rs')
0 files changed, 0 insertions, 0 deletions
