]> granicus.if.org Git - llvm/commit
Reland 'Classify llvm-cfi-verify.'
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Wed, 11 Oct 2017 20:35:01 +0000 (20:35 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Wed, 11 Oct 2017 20:35:01 +0000 (20:35 +0000)
commit9c28c0a064bf015b761d5fbbae2c0c8e3ef6f4be
tree335813e8bc5d8260b596ac6f4fa11a9773ce67d7
parent0782618d52269515612c4e9844f68d39f961f473
Reland 'Classify llvm-cfi-verify.'

Summary: Move llvm-cfi-verify into a class in preparation for CFI analysis to come.

Reviewers: vlad.tsyrklevich

Reviewed By: vlad.tsyrklevich

Subscribers: mgorny, llvm-commits, pcc, kcc

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315504 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cfi-verify/CMakeLists.txt
tools/llvm-cfi-verify/LLVMBuild.txt
tools/llvm-cfi-verify/lib/CMakeLists.txt [new file with mode: 0644]
tools/llvm-cfi-verify/lib/FileAnalysis.cpp [new file with mode: 0644]
tools/llvm-cfi-verify/lib/FileAnalysis.h [new file with mode: 0644]
tools/llvm-cfi-verify/lib/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-cfi-verify/llvm-cfi-verify.cpp
unittests/CMakeLists.txt
unittests/tools/CMakeLists.txt [new file with mode: 0644]
unittests/tools/llvm-cfi-verify/CMakeLists.txt [new file with mode: 0644]
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp [new file with mode: 0644]