[PATCH] D98560: [RuntimeDyld] Fix range checks for R_X86_64_{8,16}
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 16 13:35:58 PDT 2021
lhames added a comment.
> BOLT targets X86 and AArch64.
Linux only? Or Darwin and Windows too?
On Darwin JITLink already supports x86-64 and AArch64.
On Linux JITLink supports x86-64, and should support AArch64 in the not-too-distant future.
There is no Windows support for JITLink yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98560/new/
https://reviews.llvm.org/D98560
More information about the llvm-commits
mailing list