[Openmp-commits] [PATCH] D56108: [libomptarget] Added install component for libomptarget

Vyacheslav Zakharin via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Dec 28 10:02:20 PST 2018


vzakhari added a comment.

In D56108#1341746 <https://reviews.llvm.org/D56108#1341746>, @Hahnfeld wrote:

> Can you explain the benefit of this change? I would have expected a target like `install-omptarget`, but applying this patch locally didn't change anything visible.


This change allows running cmake as:
cmake -DCMAKE_INSTALL_COMPONENT=omptarget -P cmake_install.cmake
which will install only libomptarget and no other components.  This command allows installing only selected/required components instead of installing everyting that was built.

> Also, please submit your patch with full context according to LLVM's documentation: https://www.llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface

Sorry for that.  I uploaded it the right way this time.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56108





More information about the Openmp-commits mailing list