[all-commits] [llvm/llvm-project] b09154: [CMake] Explicity set up RPATH for the runtime lib...
Vladimir Vereschaka via All-commits
all-commits at lists.llvm.org
Fri Nov 13 14:33:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b09154ebf95f3120414487ff7388e77393eb58c2
https://github.com/llvm/llvm-project/commit/b09154ebf95f3120414487ff7388e77393eb58c2
Author: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M clang/cmake/caches/CrossWinToARMLinux.cmake
Log Message:
-----------
[CMake] Explicity set up RPATH for the runtime libs on Win to ARM Linux cross builds.
Since RPATH initialization was disabled for the runtime libraries to
avoid overwriting RPATH unconditionally we need to explicity set up it
for the Win to Arm Linux cross builds.
See some details here: https://reviews.llvm.org/D91099
More information about the All-commits
mailing list