[PATCH] D85678: Move ELFObjHandler to TextAPI library
Haowei Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 11:55:41 PDT 2020
haowei created this revision.
Herald added subscribers: llvm-commits, hiraditya, mgorny, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
haowei requested review of this revision.
Herald added a subscriber: MaskRay.
This change moves ELFObjHandler to TextAPI library so it can be used by both llvm-elfabi and llvm-ifs tool for reading and writing ELF objects.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85678
Files:
llvm/include/llvm/TextAPI/ELF/ELFObjHandler.h
llvm/lib/TextAPI/CMakeLists.txt
llvm/lib/TextAPI/ELF/ELFObjHandler.cpp
llvm/tools/llvm-elfabi/CMakeLists.txt
llvm/tools/llvm-elfabi/ELFObjHandler.cpp
llvm/tools/llvm-elfabi/ELFObjHandler.h
llvm/tools/llvm-elfabi/llvm-elfabi.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85678.284464.patch
Type: text/x-patch
Size: 6184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200810/614f4f53/attachment.bin>
More information about the llvm-commits
mailing list