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

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 10:53:16 PST 2023


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

Ah, that wasn't it.  I am missing the call in ProcessInstruction,  similar to the AddTPRel case.  Thanks for pointing this out.

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


More information about the llvm-commits mailing list