[PATCH] D25267: cmake: Set CMAKE_INSTALL_RPATH in Clang when building separately from LLVM
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 17:02:40 PDT 2016
beanz added a comment.
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.
https://reviews.llvm.org/D25267
More information about the cfe-commits
mailing list