[all-commits] [llvm/llvm-project] 32e1ce: [CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Sep 14 11:24:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32e1ceb49b7c4f3e1dc1c5d2a3200622132acb6c
https://github.com/llvm/llvm-project/commit/32e1ceb49b7c4f3e1dc1c5d2a3200622132acb6c
Author: Fangrui Song <i at maskray.me>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
[CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on *BSD
Similar to D107799 but for *BSD (DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, etc).
This Linux default has been in main and release/15.x for a while.
`CMAKE_SYSTEM_PROCESSOR MATCHES "^arm"` is excluded for now.
Link: https://discourse.llvm.org/t/rfc-time-to-drop-legacy-runtime-paths/64628
Reviewed By: dim
Differential Revision: https://reviews.llvm.org/D110126
More information about the All-commits
mailing list