[PATCH] D55352: [elfabi] Introduce tool for ELF TextAPI

Armando Montanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 14:33:38 PST 2018


amontanez updated this revision to Diff 178968.
amontanez marked 4 inline comments as done.
amontanez added a comment.

Quick bugfix in ErrorCollector::makeError() and change to make the function more concise.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55352/new/

https://reviews.llvm.org/D55352

Files:
  llvm/test/CMakeLists.txt
  llvm/test/tools/llvm-elfabi/binary-read-arch.test
  llvm/test/tools/llvm-elfabi/fail-file-open.test
  llvm/test/tools/llvm-elfabi/read-unsupported-file.test
  llvm/test/tools/llvm-elfabi/replace-soname-tbe.test
  llvm/test/tools/llvm-elfabi/tbe-emits-current-version.test
  llvm/test/tools/llvm-elfabi/tbe-read-basic.test
  llvm/tools/LLVMBuild.txt
  llvm/tools/llvm-elfabi/CMakeLists.txt
  llvm/tools/llvm-elfabi/ELFObjHandler.cpp
  llvm/tools/llvm-elfabi/ELFObjHandler.h
  llvm/tools/llvm-elfabi/ErrorCollector.cpp
  llvm/tools/llvm-elfabi/ErrorCollector.h
  llvm/tools/llvm-elfabi/LLVMBuild.txt
  llvm/tools/llvm-elfabi/llvm-elfabi.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55352.178968.patch
Type: text/x-patch
Size: 18831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181219/08521576/attachment.bin>


More information about the llvm-commits mailing list