This is an archive of the discontinued LLVM Phabricator instance.

[openmp] [cmake] Make libgomp & libiomp5 alias install optional
ClosedPublic

Authored by mgorny on Sep 14 2016, 8:12 AM.

Details

Summary

Introduce a new LIBOMP_INSTALL_VARIABLES cache variable that can be used to disable creating libgomp and libiomp5 aliases on 'make install'. Those aliases are undesired e.g. on Gentoo systems where libomp is used purely by clang.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny updated this revision to Diff 71365.Sep 14 2016, 8:12 AM
mgorny retitled this revision from to [openmp] [cmake] Make libgomp & libiomp5 alias install optional.
mgorny updated this object.
mgorny added a reviewer: jlpeyton.
mgorny added a subscriber: openmp-commits.
jlpeyton accepted this revision.Sep 14 2016, 8:57 AM
jlpeyton edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 14 2016, 8:57 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the review, committed now.