[PATCH] D46610: [CMake] Set CMAKE_BUILD_WITH_INSTALL_RPATH for Fuchsia runtimes
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 8 16:41:09 PDT 2018
phosek added a comment.
Actually after testing this I believe this is really what we want, without this option CMake sets RPATH for build libraries and then removes it when installing these. With this option it doesn't even set the RPATH for build libraries.
Repository:
rC Clang
https://reviews.llvm.org/D46610
More information about the cfe-commits
mailing list