[PATCH] D38089: Introduce the llvm-cfi-verify tool (resubmission of D37937).
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 12:35:36 PDT 2017
sbc100 added inline comments.
================
Comment at: llvm/trunk/tools/llvm-cfi-verify/CMakeLists.txt:8
+ MC
+ MCParser
+ Support
----------------
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)'
Repository:
rL LLVM
https://reviews.llvm.org/D38089
More information about the llvm-commits
mailing list