[llvm-dev] [IR][AsmPrinter][MCJIT]: ensure every x64 "CALL" to Jit function uses relative address

Vivien Millet via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 9 09:39:23 PST 2019


Hi,
Is it possible to tell LLVM somewhere that we prefer the asm printer to use
x64 relative CALL  (0xFF) instead of absolute one ? The goal is to be able
to move the entire JIT program memory somewhere else and still be able to
run the program.

Thanks !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190209/51bd56a4/attachment.html>


More information about the llvm-dev mailing list