[PATCH] D85678: [elfabi] Move elfabi related code to IFS library
Haowei Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 16:43:32 PDT 2020
haowei added a comment.
In D85678#2211863 <https://reviews.llvm.org/D85678#2211863>, @MaskRay wrote:
>> I would like to improve llvm-ifs tool on ELF object handling. Right now it uses yaml2obj which is not robust.
>
> How is it not robust?
We contacted plotfi and learned that llvm-ifs does not work well in production when it is used for elf stub generation. We suggested to improve llvm-ifs tools and unify it with llvm-elfabi tool as they share many similarities. llvm-elfabi has its own elf handler, most of its code have not yet landed and we will try our best to make it to production grade. This CL is the first step to strip elf handler away from llvm-elfabi and put it into a standalone library so we can continue work on it and make it shared by both tools without breaking anything.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85678/new/
https://reviews.llvm.org/D85678
More information about the llvm-commits
mailing list