[PATCH] CMake: enable installing utils

Chris Bieneman beanz at apple.com
Wed Mar 25 11:08:22 PDT 2015


================
Comment at: cmake/modules/AddLLVM.cmake:551
@@ +550,3 @@
+  if( LLVM_INSTALL_UTILS )
+    install (TARGETS ${name} RUNTIME DESTINATION bin)
+  endif()
----------------
I would add COMPONENT arguments here to set the install component, and I would add custom install targets.

For an example see: AddLLVM.cmake:416-424.

http://reviews.llvm.org/D8587

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list