[PATCH] riscv only supports split_debuginfo=off for now
authorkxxt <rsworktech@outlook.com>
Wed, 31 Jan 2024 01:02:18 +0000 (09:02 +0800)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Wed, 12 Jun 2024 15:33:10 +0000 (17:33 +0200)
commit79f53f335cd04481b8d9e78ae0910227103f01c4
tree6243eb5ce917c7c3bc0a393f66e65a3d23236a4f
parentfe32d64e939f0e426b039fd7cb41341316ca5736
[PATCH] riscv only supports split_debuginfo=off for now

Disable packed/unpacked options for riscv linux/android.
Other riscv targets already only have the off option.

The packed/unpacked options might be supported in the future.
See upstream issue for more details:
https://github.com/llvm/llvm-project/issues/56642

Fixes #110224

Gbp-Pq: Name u-riscv-disable-unpacked-split-debuginfo.patch
compiler/rustc_target/src/spec/targets/riscv32gc_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/targets/riscv32gc_unknown_linux_musl.rs
compiler/rustc_target/src/spec/targets/riscv64_linux_android.rs
compiler/rustc_target/src/spec/targets/riscv64gc_unknown_linux_gnu.rs
compiler/rustc_target/src/spec/targets/riscv64gc_unknown_linux_musl.rs