[llvm] [RISCV] Support Global Dynamic TLSDESC in the RISC-V backend (PR #66915)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 12:26:26 PST 2023


================
@@ -3246,6 +3310,18 @@ bool RISCVAsmParser::checkPseudoAddTPRel(MCInst &Inst,
 
   return false;
 }
+bool RISCVAsmParser::checkPseudoTLSDESCCall(MCInst &Inst,
----------------
topperc wrote:

Does this have a caller?

https://github.com/llvm/llvm-project/pull/66915


More information about the llvm-commits mailing list