diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-04-16 07:12:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-16 07:12:42 +0200 |
| commit | d14bda48d5bdbc03a31314584bdbab0d9918cddc (patch) | |
| tree | 6102907f3bdfb8ecd5f9f42c371c6643145c9083 /library/std/src/sys/unix/stack_overflow.rs | |
| parent | 27490eb4232ceebc4f5e1e11b529b55994cf0333 (diff) | |
| parent | 147e5da9e34b86cd213900748a9da12bceb33de2 (diff) | |
| download | rust-d14bda48d5bdbc03a31314584bdbab0d9918cddc.tar.gz rust-d14bda48d5bdbc03a31314584bdbab0d9918cddc.zip | |
Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix
Only add codegen backend to dep info if -Zbinary-dep-depinfo is used I am currently migrating the cg_clif build system from using a binary linked to the codegen backend as rustc replacement to passing `-Zcodegen-backend` instead. Without this PR this would force cargo to rebuild the sysroot on any change to the codegen backend even if I explicitly specify that I want it to be preserved, which would make development of cg_clif a lot slower. If you still want to have changes to the codegen backend invalidate the cargo build cache you can explicitly specify `-Zbinary-dep-depinfo`. cc ``@eddyb`` as the codegen backend was initially added to the depinfo for rust-gpu.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
