[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 2 15:50:52 PDT 2018


amontanez updated this revision to Diff 172450.
amontanez marked 23 inline comments as done.
amontanez added a comment.

Changed:

- ELFStub is now a class with its own file.
- Improved test coverage while marginally reducing test bloat.
- Various other fixes and code cleanup.


Repository:
  rL LLVM

https://reviews.llvm.org/D53051

Files:
  llvm/include/llvm/TAPI/ELFInterfaceFile.h
  llvm/include/llvm/TAPI/ELFStub.h
  llvm/include/llvm/TAPI/TBEHandler.h
  llvm/lib/CMakeLists.txt
  llvm/lib/LLVMBuild.txt
  llvm/lib/TAPI/CMakeLists.txt
  llvm/lib/TAPI/ELFInterfaceFile.cpp
  llvm/lib/TAPI/ELFStub.cpp
  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.172450.patch
Type: text/x-patch
Size: 22583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181102/61408e69/attachment.bin>


More information about the llvm-commits mailing list