This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Unify install path for libraries
ClosedPublic

Authored by Hahnfeld on May 21 2018, 2:42 AM.

Details

Summary

Introduce OPENMP_INSTALL_LIBDIR and use in all install() commands.
This also fixes installation of libomptarget-nvptx that previously
didn't honor {OPENMP,LLVM}_LIBDIR_SUFFIX.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld created this revision.May 21 2018, 2:42 AM
grokos accepted this revision.May 21 2018, 7:51 AM

LGTM.

This revision is now accepted and ready to land.May 21 2018, 7:51 AM
This revision was automatically updated to reflect the committed changes.