This is an archive of the discontinued LLVM Phabricator instance.

Introduce the llvm-cfi-verify tool (resubmission of D37937).
ClosedPublic

Authored by hctim on Sep 20 2017, 11:17 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

hctim created this revision.Sep 20 2017, 11:17 AM
This revision is now accepted and ready to land.Sep 20 2017, 11:39 AM
hctim set the repository for this revision to rL LLVM.Sep 20 2017, 12:11 PM
This revision was automatically updated to reflect the committed changes.
sbc100 added a subscriber: sbc100.Sep 20 2017, 12:35 PM
sbc100 added inline comments.
llvm/trunk/tools/llvm-cfi-verify/CMakeLists.txt
9

I think maybe you need to include "Object" here. I'm getting build errors when building with -DBUILD_SHARED_LIBS=ON: llvm-cfi-verify.cpp:90: undefined reference to `llvm::object::createBinary(llvm::StringRef)'

hctim reopened this revision.Sep 20 2017, 1:25 PM
This revision is now accepted and ready to land.Sep 20 2017, 1:25 PM
hctim updated this revision to Diff 116062.EditedSep 20 2017, 1:26 PM

Updated CMAKELists to include Object as a dependency (thanks sbc100!).

This revision was automatically updated to reflect the committed changes.