Resubmission of D37937. Fixed i386 target building (conversion from std::size_t& to uint64_t& failed). Fixed documentation warning failure about docs/CFIVerify.rst not being in the tree.
Details
Details
- Reviewers
vlad.tsyrklevich - Commits
- rG31b4531aa9dc: Introduce the llvm-cfi-verify tool (resubmission of D37937).
rG501cad8bbcf3: Introduce the llvm-cfi-verify tool (resubmission of D37937).
rL313809: Introduce the llvm-cfi-verify tool (resubmission of D37937).
rL313798: Introduce the llvm-cfi-verify tool (resubmission of D37937).
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/trunk/tools/llvm-cfi-verify/CMakeLists.txt | ||
---|---|---|
8 | 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)' |
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)'