[llvm] [clang-tools-extra] [RISCV] Support Global Dynamic TLSDESC in the RISC-V backend (PR #66915)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 18 12:15:20 PST 2023
================
@@ -6843,6 +6845,24 @@ SDValue RISCVTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N,
return LowerCallTo(CLI).first;
}
+SDValue
+RISCVTargetLowering::getGeneralDynamicTLSDescAddr(GlobalAddressSDNode *N,
----------------
ilovepi wrote:
done.
https://github.com/llvm/llvm-project/pull/66915
More information about the cfe-commits
mailing list