[PATCH] D95596: [RuntimeDyld] Fixed buffer overflows with absolute symbols
Moritz Sichert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 26 10:28:29 PDT 2021
MoritzS added a comment.
Thanks!
As part of a research project on a code-generating database system I am using LLVM to generate code and also link it with static libraries at runtime. I found a few bugs in RuntimeDyld most of which I submitted for a review. The biggest change that I haven't submitted yet is my implementation of TLS relocations (only for x86 for now) in RuntimeDyld. I know that long-term this will probably be replaced by JITLink but when I started working on that project, it didn't seem stable enough so I decided to extend RuntimeDyld.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95596/new/
https://reviews.llvm.org/D95596
More information about the llvm-commits
mailing list