[all-commits] [llvm/llvm-project] 913c43: Revert "[CMake] Don't enable BUILD_WITH_INSTALL_RP...
Raul Tambre via All-commits
all-commits at lists.llvm.org
Fri Jan 8 10:04:23 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 913c430403b52b9336ed93fabbac363a3e18536a
https://github.com/llvm/llvm-project/commit/913c430403b52b9336ed93fabbac363a3e18536a
Author: Raul Tambre <raul at tambre.ee>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
Log Message:
-----------
Revert "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build rpath"
This reverts commit 0ebc1fb29f278db0665423f15c53e6ee9601dddb.
The behaviour should have been the same as before unless specifying CMAKE_BUILD_RPATH,
which was previously broken.
However, this seems to have broken builds for some people that don't specify it.
Reverting until I can investigate.
Differential Revision: https://reviews.llvm.org/D94319
More information about the All-commits
mailing list