1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-cfi-verify
Mitch Phillips a7ce09b35d Add FileVerifier::isCFIProtected().
Add a CFI protection check that is implemented by building a graph and inspecting the output to deduce if the indirect CF instruction is CFI protected. Also added the output of this instruction to printIndirectInstructions().

Reviewers: vlad.tsyrklevich

Subscribers: llvm-commits, kcc, pcc, mgorny

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

llvm-svn: 316610
2017-10-25 21:21:16 +00:00
..
lib Add FileVerifier::isCFIProtected(). 2017-10-25 21:21:16 +00:00
CMakeLists.txt Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify 2017-10-24 20:21:15 +00:00
llvm-cfi-verify.cpp Add FileVerifier::isCFIProtected(). 2017-10-25 21:21:16 +00:00
LLVMBuild.txt Reland 'Classify llvm-cfi-verify.' 2017-10-11 20:35:01 +00:00