[PATCH] D98560: [RuntimeDyld] Fix range checks for R_X86_64_{8,16}
Rafael Auler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 15 16:59:10 PDT 2021
rafauler added a comment.
Maybe, but this discussion is orthogonal to this fix, right? I can't answer for other clients of RuntimeDyld (JIT stuff), but having asserts in the library is fine for BOLT.
Changing that would be more involved (as the entire lib has to change -- all code dealing with relocs from all targets).
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