[PATCH] D37937: Introduce the llvm-cfi-verify tool.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 14:58:09 PDT 2017


hctim created this revision.
Herald added a subscriber: mgorny.

Introduces the llvm-cfi-verify tool to llvm. Includes the design document (docs/CFIVerify.rst). Current implementation of the tool is simply a disassembler that identifies and prints the indirect control flow instructions.


https://reviews.llvm.org/D37937

Files:
  docs/CFIVerify.rst
  tools/LLVMBuild.txt
  tools/llvm-cfi-verify/
  tools/llvm-cfi-verify/CMakeLists.txt
  tools/llvm-cfi-verify/LLVMBuild.txt
  tools/llvm-cfi-verify/llvm-cfi-verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37937.115507.patch
Type: text/x-patch
Size: 15018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170915/3cd02ab4/attachment.bin>


More information about the llvm-commits mailing list