The AIX loader doesn't support relative libpaths, so this mechanism
doesn't work and just messes up the resulting libpath. Also make sure
BUILD_WITH_INSTALL_RPATH is set, since we can't change the rpath on
install.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/cmake/modules/AddLLVM.cmake | ||
---|---|---|
2112 | in the following
we enable the PROPERTY BUILD_WITH_INSTALL_RPATH anyway? https://reviews.llvm.org/D93177 [CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build rpath |
in the following
we enable the PROPERTY BUILD_WITH_INSTALL_RPATH anyway?
https://reviews.llvm.org/D93177 [CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build rpath