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

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 17:48:12 PDT 2017


hctim added inline comments.


================
Comment at: unittests/tools/llvm-cfi-verify/CMakeLists.txt:18
+  target_link_libraries(CFIVerifyTests LLVMCFIVerify)
+  export_executable_symbols(CFIVerifyTests)
 endif()
----------------
pcc wrote:
> Why is this line necessary?
It isn't. Removed.


https://reviews.llvm.org/D39020





More information about the llvm-commits mailing list