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
..
2025-01-03 11:51:13 +00:00

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