[PATCH] D44650: Fix build of llvm-cfi-verify on mingw32

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 15:56:15 PDT 2019


loladiro added a comment.

Shouldn't instead `LLVMCFIVerify` be declared using `add_llvm_library` with the proper dependency on the `add_llvm_tool` line. It seems like the problem might just be mixing the llvm and the cmake variant of these commands.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D44650/new/

https://reviews.llvm.org/D44650





More information about the llvm-commits mailing list