rust/compiler/rustc_codegen_ssa
Wesley Wiser 4e8701e620 Fix debuginfo for ScalarPair abi parameters
Mark all of these as locals so the debugger does not try to interpret
them as being a pointer to the value. This extends the approach used in
PR #81898.
2021-09-13 10:51:47 -04:00
..
2021-08-30 16:22:53 -04:00

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