rust/compiler/rustc_codegen_ssa
Kyle Huey 45ef92731b When LLVM's location discriminator value limit is exceeded, emit locations with dummy spans instead of dropping them entirely
Revert most of #133194 (except the test and the comment fixes). Then refix
not emitting locations at all when the correct location discriminator value
exceeds LLVM's capacity.
2025-01-19 07:17:33 -08:00
..
src When LLVM's location discriminator value limit is exceeded, emit locations with dummy spans instead of dropping them entirely 2025-01-19 07:17:33 -08:00
Cargo.toml Bump cc in the compiler 2025-01-03 11:51:13 +00:00
messages.ftl explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.