[PATCH] D53051: [llvm-tapi] initial commit, supports ELF text stubs
Armando Montanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 30 15:03:51 PST 2018
amontanez updated this revision to Diff 176211.
amontanez marked 5 inline comments as done.
amontanez added a comment.
Changed:
- Symbols are now stored in a std::set.
- Fixed a few nits.
- Namespace is now `elfabi` to avoid overlapping with `elf` namespace while also removing `tapi` namespace.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53051/new/
https://reviews.llvm.org/D53051
Files:
llvm/include/llvm/TextAPI/ELF/ELFStub.h
llvm/include/llvm/TextAPI/ELF/TBEHandler.h
llvm/lib/CMakeLists.txt
llvm/lib/LLVMBuild.txt
llvm/lib/TextAPI/CMakeLists.txt
llvm/lib/TextAPI/ELF/ELFStub.cpp
llvm/lib/TextAPI/ELF/TBEHandler.cpp
llvm/lib/TextAPI/LLVMBuild.txt
llvm/unittests/CMakeLists.txt
llvm/unittests/TextAPI/CMakeLists.txt
llvm/unittests/TextAPI/ELFYAMLTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53051.176211.patch
Type: text/x-patch
Size: 20873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181130/8d1c0e09/attachment.bin>
More information about the llvm-commits
mailing list