[PATCH] D44391: Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmake

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 10:02:23 PDT 2018


labath added a comment.

It's used in `cmake/modules/LLVM-Config.cmake`, and that's the part I need. Without this, the llvm_config macro will behave differently in standalone vs. in-tree builds (i.e., it will be mostly broken in the out-of-tree case as this variable will be empty).


Repository:
  rL LLVM

https://reviews.llvm.org/D44391





More information about the llvm-commits mailing list