]> granicus.if.org Git - llvm/commit
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)
commitbbb3280706661f601cbfa614dd20c433bc2ed1f3
tree85ff223a42026f8aaa316584e8ed87b85a844f06
parent5a4ca9ad9c3d9459bb43aacb917faa0da93c5dfb
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313809 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CFIVerify.rst [new file with mode: 0644]
docs/index.rst
tools/LLVMBuild.txt
tools/llvm-cfi-verify/CMakeLists.txt [new file with mode: 0644]
tools/llvm-cfi-verify/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-cfi-verify/llvm-cfi-verify.cpp [new file with mode: 0644]