[PATCH] D130275: [JITLink][COFF][x86_64] Implement SECTION/SECREL relocation.
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 16:09:47 PDT 2022
lhames added a comment.
What is `Const16` used for?
I think we want to maintain the invariant that all edges point at symbols. We could use an absolute symbol for this if we allow for the idea that absolute symbols can be used for values other than addresses.
Alternatively, could the value be baked into the contents by the LinkGraphBuilder?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130275/new/
https://reviews.llvm.org/D130275
More information about the llvm-commits
mailing list