]> granicus.if.org Git - llvm/commit
Classify llvm-cfi-verify.
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Tue, 10 Oct 2017 20:59:08 +0000 (20:59 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Tue, 10 Oct 2017 20:59:08 +0000 (20:59 +0000)
commitf4ea125f2dbb0f430e5e0d058405844c11955c46
tree7fed36c90175163a1dce6a75e325f89c31057a81
parent2788c957a5553b63a02bc480aae3832773696e5a
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@315363 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cfi-verify/CMakeLists.txt
tools/llvm-cfi-verify/FileAnalysis.cpp [new file with mode: 0644]
tools/llvm-cfi-verify/FileAnalysis.h [new file with mode: 0644]
tools/llvm-cfi-verify/llvm-cfi-verify.cpp
tools/llvm-cfi-verify/unittests/CMakeLists.txt [new file with mode: 0644]
tools/llvm-cfi-verify/unittests/FileAnalysis.cpp [new file with mode: 0644]
unittests/CMakeLists.txt