[PATCH] D28234: Support for custom install dirs in CMake build
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 20 01:54:27 PST 2018
mgorny added a comment.
Hmm, what about using GNUInstallDirs, and adding some extra initial logic to handle `LLVM_LIBDIR_SUFFIX`? I'm wondering how ugly would it be e.g. to detect when `${CMAKE_INSTALL_LIBDIR}` ends with `${LLVM_LIBDIR_SUFFIX}`, and unset the latter in that case (maybe with an informatory message).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D28234/new/
https://reviews.llvm.org/D28234
More information about the llvm-commits
mailing list