Introduce the llvm-cfi-verify tool (resubmission of D37937).
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Wed, 20 Sep 2017 20:38:14 +0000 (20:38 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Wed, 20 Sep 2017 20:38:14 +0000 (20:38 +0000)
commit31b4531aa9dc10d9c4565693510806156763c0c6
treeacfbef7442c61814eacf4f1b72ac1fc98cfa205d
parentadc4bc64ad3f172a31863162245e159fa553877a
Introduce the llvm-cfi-verify tool (resubmission of D37937).

Summary: Resubmission of D37937. Fixed i386 target building (conversion from std::size_t& to uint64_t& failed). Fixed documentation warning failure about docs/CFIVerify.rst not being in the tree.

Reviewers: vlad.tsyrklevich

Reviewed By: vlad.tsyrklevich

Patch by Mitch Phillips

Subscribers: sbc100, mgorny, pcc, llvm-commits, kcc

Differential Revision: https://reviews.llvm.org/D38089

llvm-svn: 313809
llvm/docs/CFIVerify.rst [new file with mode: 0644]
llvm/docs/index.rst
llvm/tools/LLVMBuild.txt
llvm/tools/llvm-cfi-verify/CMakeLists.txt [new file with mode: 0644]
llvm/tools/llvm-cfi-verify/LLVMBuild.txt [new file with mode: 0644]
llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp [new file with mode: 0644]