[PATCH] D25267: cmake: Set CMAKE_INSTALL_RPATH in Clang when building separately from LLVM

Peter Levine via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 6 00:35:59 PDT 2016


plevine added a comment.

In https://reviews.llvm.org/D25267#562941, @beanz wrote:

> This is actually not the right fix here. We should actually fix this in LLVM to setup the rpath correctly on the targets during llvm_add_executable, then we can remove this hack from LLVM instead of copying it to Clang. It might also let us fix the RPATH goop in other tools too.


Submitted for review: https://reviews.llvm.org/D25304 <https://reviews.llvm.org/D25304>


https://reviews.llvm.org/D25267





More information about the cfe-commits mailing list