[clang] [Clang][Interpreter] Force GOT access for external data references (PR #201286)
Alexis Engelke via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 3 08:12:27 PDT 2026
aengelke wrote:
The JIT mode in TargetMachine is for the legacy MCJIT, which cannot generate PLTs/GOTs. This should eventually be removed.
https://github.com/llvm/llvm-project/pull/201286
More information about the cfe-commits
mailing list