[PATCH] D44391: Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmake

Evangelos Foutras via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 14:57:17 PDT 2018


foutrelis added a comment.

Scratch that, I see what's going on! The body of the llvm_config macro needs to check `if(ARG_USE_SHARED)` instead of `if(USE_SHARED)`.

Could you please add this related fix to this change?


Repository:
  rL LLVM

https://reviews.llvm.org/D44391





More information about the llvm-commits mailing list