[PATCH] D39020: Statically link llvm-cfi-verify's libraries.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 17:53:25 PDT 2017


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: tools/llvm-cfi-verify/lib/CMakeLists.txt:1
-add_llvm_library(LLVMCFIVerify
+add_library(LLVMCFIVerify
+  STATIC
----------------
I think you want to depend on this library from llvm-cfi-verify instead of building it twice.


https://reviews.llvm.org/D39020





More information about the llvm-commits mailing list