[PATCH] D63717: [LLVM-C] Add LLVM-C.dll to Windows installer package

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 00:07:26 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364275: [LLVM-C] Add LLVM-C.dll to Windows installer package (authored by hans, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63717?vs=206214&id=206372#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63717

Files:
  llvm/trunk/cmake/modules/AddLLVM.cmake


Index: llvm/trunk/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake
+++ llvm/trunk/cmake/modules/AddLLVM.cmake
@@ -680,7 +680,9 @@
   elseif(ARG_BUILDTREE_ONLY)
     set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS_BUILDTREE_ONLY ${name})
   else()
-    if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ${name} STREQUAL "LTO" OR
+    if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR
+        ${name} STREQUAL "LTO" OR
+        ${name} STREQUAL "LLVM-C" OR
         ${name} STREQUAL "Remarks" OR
         (LLVM_LINK_LLVM_DYLIB AND ${name} STREQUAL "LLVM"))
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63717.206372.patch
Type: text/x-patch
Size: 627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190625/eeee8370/attachment.bin>


More information about the llvm-commits mailing list