Displaying 2 results from an estimated 2 matches for "02e99ccc".
2019 Feb 09
2
[IR][AsmPrinter][MCJIT]: ensure every x64 "CALL" to Jit function uses relative address
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:
2019 Feb 09
2
[IR][AsmPrinter][MCJIT]: ensure every x64 "CALL" to Jit function uses relative address
...> start of the GOT at first glance), but that's more tractable than
> monkey-patching all the callsites.
>
> Cheers.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190209/02e99ccc/attachment.html>