[PATCH] D49193: [CMake] Export the LLVM_LINK_LLVM_DYLIB setting

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 18 01:58:42 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL337366: [CMake] Export the LLVM_LINK_LLVM_DYLIB setting (authored by pfaffe, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D49193?vs=155018&id=156027#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49193

Files:
  llvm/trunk/cmake/modules/LLVMConfig.cmake.in


Index: llvm/trunk/cmake/modules/LLVMConfig.cmake.in
===================================================================
--- llvm/trunk/cmake/modules/LLVMConfig.cmake.in
+++ llvm/trunk/cmake/modules/LLVMConfig.cmake.in
@@ -13,6 +13,8 @@
 
 set(LLVM_AVAILABLE_LIBS @LLVM_AVAILABLE_LIBS@)
 
+set(LLVM_LINK_LLVM_DYLIB @LLVM_LINK_LLVM_DYLIB@)
+
 set(LLVM_DYLIB_COMPONENTS @LLVM_DYLIB_COMPONENTS@)
 
 set(LLVM_ALL_TARGETS @LLVM_ALL_TARGETS@)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49193.156027.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180718/7c58518a/attachment.bin>


More information about the llvm-commits mailing list