[PATCH] D53051: [llvm-tapi] initial commit, supports ELF text stubs

Armando Montanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 11:41:40 PDT 2018


amontanez updated this revision to Diff 171978.
amontanez marked 26 inline comments as done.
amontanez edited the summary of this revision.
amontanez added a comment.
Herald added a subscriber: mgrang.

Removed:

- llvm-tapi tool
- Interface abstractions

Changed:

- Variable names updated to fit LLVM style.
- Added more tests.
- Modified ELFStub to use sorted std::vector instead of std::map.
- MemoryBuffer instances are now StringRef instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D53051

Files:
  llvm/include/llvm/TAPI/ELFStubFile.h
  llvm/include/llvm/TAPI/TBEHandler.h
  llvm/lib/CMakeLists.txt
  llvm/lib/LLVMBuild.txt
  llvm/lib/TAPI/CMakeLists.txt
  llvm/lib/TAPI/LLVMBuild.txt
  llvm/lib/TAPI/TBEHandler.cpp
  llvm/unittests/CMakeLists.txt
  llvm/unittests/TAPI/CMakeLists.txt
  llvm/unittests/TAPI/YAMLTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53051.171978.patch
Type: text/x-patch
Size: 19517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181031/e9b95dd4/attachment.bin>


More information about the llvm-commits mailing list