rust/compiler/rustc_llvm
Augie Fackler de8200c5a4 thinlto: only build summary file if needed
If we don't do this, some versions of LLVM (at least 17, experimentally)
will double-emit some error messages, which is how I noticed this. Given
that it seems to be costing some extra work, let's only request the
summary bitcode production if we'll actually bother writing it down,
otherwise skip it.
2024-05-23 14:58:30 -04:00
..
llvm-wrapper thinlto: only build summary file if needed 2024-05-23 14:58:30 -04:00
src Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
build.rs Improved the compiler code with clippy 2024-04-24 09:41:44 +02:00
Cargo.toml Update cc crate to v1.0.97 2024-05-08 15:06:35 +00:00