]> git.lizzy.rs Git - rust.git/commit
Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli-obk
authorbors <bors@rust-lang.org>
Wed, 22 Sep 2021 01:13:49 +0000 (01:13 +0000)
committerbors <bors@rust-lang.org>
Wed, 22 Sep 2021 01:13:49 +0000 (01:13 +0000)
commit5fd6f3b16db75f01ffa4e59860e35f1e636590d5
treea2bfbbede0599641a9326aaaad631a5ae708da78
parentd8d1d1059a7837551c0065fc060dcb806ad729ef
parenta6c642a9f861c504a63ae0a624b3cb559eee0051
Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli-obk

Fix debuginfo for parameters passed via the ScalarPair abi on Windows

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 #81898.

Fixes #88625
compiler/rustc_codegen_ssa/src/mir/mod.rs