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

Armando Montanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 16:35:40 PST 2018


amontanez updated this revision to Diff 174122.
amontanez marked 3 inline comments as done.
amontanez added a comment.

Changed:

- YAML bug fixed in https://reviews.llvm.org/D48144, workaround removed.
- Using switches instead of maps for architecture field.


Repository:
  rL LLVM

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.174122.patch
Type: text/x-patch
Size: 21014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181115/c6d56163/attachment-0001.bin>


More information about the llvm-commits mailing list