mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
f433b6d38d
LLBC-linker: Do not strip debug symbols for the nvptx target anymore With LLVM >= 20 and PTX ISA version >= 7.0 the problems described in rust-lang/rust#99248 with debug symbols seems to be fixed 🎉 Since PTX isa versions < 7.0 is unsupported on the main branch and the upcoming beta release it's possible to finally remove the hack we had where we stripped debug symbols unconditionally for the nvptx64-nvidia-cuda target. closes: https://github.com/rust-lang/rust/issues/99248