[LLVMdev] llvm trunk build failed in cmake_install.cmake on ARM platform

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Feb 14 11:15:43 PST 2014


> that CMake is trying to update the installed binary file's
> RPATH to contain the $ORIGIN/../lib value.  It complains
> that no RPATH field at all is found in the file.  The linker
> may be dropping it for some reason, which is why I asked
> Mathias to try:

Btw, an awesome way to fix this would be to set rpath to
$ORIGIN/../lib during the link itself. That way it doesn't need to be
update during install. Is there a way to do that with cmake?

Thanks,
Rafael



More information about the llvm-dev mailing list