[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:36:47 PST 2023
================
@@ -3246,6 +3310,18 @@ bool RISCVAsmParser::checkPseudoAddTPRel(MCInst &Inst,
return false;
}
+bool RISCVAsmParser::checkPseudoTLSDESCCall(MCInst &Inst,
----------------
ilovepi wrote:
I believe I needed to implement this for something in that tablegen created. Let me double check that though.
https://github.com/llvm/llvm-project/pull/66915
More information about the llvm-commits
mailing list