about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-23 09:49:22 +0100
committerGitHub <noreply@github.com>2025-01-23 09:49:22 +0100
commit27155e5ced00bd734c2c98d9aa4cc2b87ab89ab7 (patch)
treec2a9c1edbbebe425b467929bb3b9ae6461041e7f /compiler/rustc_codegen_llvm/src
parenta6157d30385966e1767e7f790bd97395e7377675 (diff)
parent0b24fc99368ebfe9fa58e9b70785dc30ad2049bc (diff)
downloadrust-27155e5ced00bd734c2c98d9aa4cc2b87ab89ab7.tar.gz
rust-27155e5ced00bd734c2c98d9aa4cc2b87ab89ab7.zip
Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqd
Update windows-gnu targets to set `DebuginfoKind::DWARF`

These targets have always used DWARF debuginfo and not CodeView/PDB debuginfo like the MSVC Windows targets. However, their target definitions claim to use `DebuginfoKind::PDB` probably to ensure that we do not try to allow the use of split-DWARF debuginfo.

This does not appear to be necessary since the targets set their supported split debug info to `Off`. I've looked at all of the uses of these properties and this patch does not appear to cause any functional changes in compiler behavior. I also added UI tests to attempt to validate there is no change in the behavior of these options on stable compilers.

cc ````@mati865```` since you mentioned this in #135739
cc ````@davidtwco```` for split-dwarf
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions