Files
Rust timing bot 4b535ca2e2
Some checks failed
CI / Calculate job matrix (push) Has been cancelled
CI / ${{ matrix.full_name }} (push) Has been cancelled
CI / publish toolstate (push) Has been cancelled
Unrolled build for #149624
Rollup merge of #149624 - Flakebi:fix-lto, r=bjorn3

Fix requires_lto targets needing lto set in cargo

Targets that set `requires_lto = true` were not actually using lto when compiling with cargo by default. They needed an extra `lto = true` in `Cargo.toml` to work.

Fix this by letting lto take precedence over the `embed_bitcode` flag when lto is required by a target.

If both these flags would be supplied by the user, an error is generated. However, this did not happen when lto was requested by the target instead of the user.

Fixes rust-lang/rust#148514
Tracking issue: rust-lang/rust#135024
2026-04-27 07:57:45 +02:00
..
2026-04-23 14:46:44 +02:00
2026-04-19 18:27:10 +02:00
2026-04-27 07:57:45 +02:00
2026-04-22 10:22:14 +08:00