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

Armando Montanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 11:24:18 PDT 2018


amontanez updated this revision to Diff 171541.
amontanez retitled this revision from "[llvm-tapi] initial commit, supports reading ELF" to "[llvm-tapi] initial commit, supports ELF text stubs".
amontanez edited the summary of this revision.
amontanez added a comment.

Removed:

- Reduced patch size by removing ELF binary read support

Changed:

- Changed ELFTextStubHandler to TBEHandlerV1 for conciseness and better support for future versions


Repository:
  rL LLVM

https://reviews.llvm.org/D53051

Files:
  llvm/include/llvm/TAPI/ELFStubFile.h
  llvm/include/llvm/TAPI/File.h
  llvm/include/llvm/TAPI/FileHandler.h
  llvm/include/llvm/TAPI/TBEHandlerV1.h
  llvm/lib/CMakeLists.txt
  llvm/lib/LLVMBuild.txt
  llvm/lib/TAPI/CMakeLists.txt
  llvm/lib/TAPI/LLVMBuild.txt
  llvm/lib/TAPI/TBEHandlerV1.cpp
  llvm/test/CMakeLists.txt
  llvm/test/tools/llvm-tapi/basic-tbe-read.test
  llvm/tools/LLVMBuild.txt
  llvm/tools/llvm-tapi/CMakeLists.txt
  llvm/tools/llvm-tapi/LLVMBuild.txt
  llvm/tools/llvm-tapi/llvm-tapi.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.171541.patch
Type: text/x-patch
Size: 23445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181029/6436ab43/attachment.bin>


More information about the llvm-commits mailing list