[PATCH] D35995: [OCaml] Install dynamic libraries in 'stubdirs' directory

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 23:48:18 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL309481: [OCaml] Install dynamic libraries in 'stubdirs' directory (authored by mgorny).

Changed prior to commit:
  https://reviews.llvm.org/D35995?vs=108647&id=108777#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35995

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


Index: llvm/trunk/cmake/modules/AddOCaml.cmake
===================================================================
--- llvm/trunk/cmake/modules/AddOCaml.cmake
+++ llvm/trunk/cmake/modules/AddOCaml.cmake
@@ -199,7 +199,7 @@
           PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
                       GROUP_READ GROUP_EXECUTE
                       WORLD_READ WORLD_EXECUTE
-          DESTINATION "${LLVM_OCAML_INSTALL_PATH}/llvm")
+          DESTINATION "${LLVM_OCAML_INSTALL_PATH}/stublibs")
 
   foreach( install_file ${install_files} ${install_shlibs} )
     get_filename_component(filename "${install_file}" NAME)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35995.108777.patch
Type: text/x-patch
Size: 624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170729/2e40c885/attachment.bin>


More information about the llvm-commits mailing list