[all-commits] [llvm/llvm-project] 407e07: [runtimes] Set more paths when building runtimes s...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Sep 8 14:02:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 407e07aa67ab56c92cdec1fdbf6b121afbceddaf
https://github.com/llvm/llvm-project/commit/407e07aa67ab56c92cdec1fdbf6b121afbceddaf
Author: Martin Storsjö <martin at martin.st>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
M runtimes/CMakeLists.txt
Log Message:
-----------
[runtimes] Set more paths when building runtimes standalone
These paths are needed when building with per-target runtime directories.
(It's possible to fix this by manually setting these when invoking
cmake, but one isn't supposed to need to do that.)
Also set LLVM_TOOLS_BINARY_DIR while touching this area (as it's
also unset in this case) even if it isn't specifically needed by the
per-target runtime configuration.
Differential Revision: https://reviews.llvm.org/D107895
Commit: c4e8a2136c00473f42e54a05bd2634ffc08388ca
https://github.com/llvm/llvm-project/commit/c4e8a2136c00473f42e54a05bd2634ffc08388ca
Author: Martin Storsjö <martin at martin.st>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/src/CMakeLists.txt
M libcxxabi/CMakeLists.txt
M libcxxabi/src/CMakeLists.txt
M libunwind/CMakeLists.txt
M libunwind/src/CMakeLists.txt
Log Message:
-----------
[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)
Differential Revision: https://reviews.llvm.org/D107892
Compare: https://github.com/llvm/llvm-project/compare/14850a062845...c4e8a2136c00
More information about the All-commits
mailing list