[all-commits] [llvm/llvm-project] 887828: [CMake][AIX] Fixing AIX rpath
Qiongsi Wu via All-commits
all-commits at lists.llvm.org
Fri Apr 21 08:43:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 887828d502b49a09e56551e370cc6c1555ae3ff4
https://github.com/llvm/llvm-project/commit/887828d502b49a09e56551e370cc6c1555ae3ff4
Author: Qiongsi Wu <qwu at ibm.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
Log Message:
-----------
[CMake][AIX] Fixing AIX rpath
Recent commit https://github.com/llvm/llvm-project/commit/8f833f88ab78265a8e0ebb0d1522771d67c708a9 modified the installation rpath and did not set `BUILD_WITH_INSTALL_RPATH` correctly on AIX, which led to installation failures on AIX. This patch sets `BUILD_WITH_INSTALL_RPATH` on AIX to fix the installation failures.
Reviewed By: buttaface, daltenty
Differential Revision: https://reviews.llvm.org/D148866
More information about the All-commits
mailing list