diff options
| author | bors <bors@rust-lang.org> | 2023-07-12 22:02:55 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-12 22:02:55 +0000 |
| commit | 53d2938d62dd029a4300de2c987b978b201bd26b (patch) | |
| tree | 2f85aef33c7139364121bd759b34371637713346 /compiler/rustc_codegen_llvm/src | |
| parent | 3be3fb7231677e043317ef026989584ba9a23e37 (diff) | |
| parent | 4340a8a0f25a6de5bba1de69fb00068967830dbd (diff) | |
| download | rust-53d2938d62dd029a4300de2c987b978b201bd26b.tar.gz rust-53d2938d62dd029a4300de2c987b978b201bd26b.zip | |
Auto merge of #11045 - Alexendoo:extern-flags, r=flip1995
Use depinfo to discover UI test dependencies changelog: none context: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Building.20test.20dependencies This restores [the old `EXTERN_FLAGS` method](https://github.com/rust-lang/rust-clippy/blob/4cf5bdc60c7ccec3b5f395ee393615c224e28555/tests/compile-test.rs#L67-L75) of passing `--extern` flags for building UI tests with minor changes - Unused deps were removed - It's now a `Vec` of args instead of a command string - It uses a `BTreeMap` so the extern flags are in alphabetical order and deterministic I don't know if the `HOST_LIBS` part is still required, but I figured it best to leave it in for now. If the change is accepted we can take a look if it's needed in `rust-lang/rust` after the next sync This isn't as pleasant as having a `Cargo.toml`, though there is something satisfying about knowing the dependencies are already built and not needing to invoke `cargo` r? `@flip1995`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
