[lld] [PAC][lld][AArch64][ELF] Support signed TLSDESC (PR #113817)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 23:21:49 PST 2025
================
@@ -1337,7 +1363,9 @@ unsigned RelocationScanner::handleTlsRelocation(RelExpr expr, RelType type,
// set NEEDS_TLSDESC on the label.
if (expr != R_TLSDESC_CALL) {
if (!isRISCV || type == R_RISCV_TLSDESC_HI20)
----------------
kovdan01 wrote:
Fixed in 5f2ee82947af1039b5c4cd4347cfefea7c3ba967, thanks
https://github.com/llvm/llvm-project/pull/113817
More information about the llvm-commits
mailing list