[all-commits] [llvm/llvm-project] 4516e6: [compiler-rt] Pass the CMake binary dir directly (...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Aug 8 10:32:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4516e631554ef05cfe38600097c7993be538c636
https://github.com/llvm/llvm-project/commit/4516e631554ef05cfe38600097c7993be538c636
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[compiler-rt] Pass the CMake binary dir directly (#102493)
Summary:
The usage of `LLVM_CMAKE_DIR` is confusing in CMake, because in LLVM it
refers to `llvm/cmake/modules/` while compiler-rt wants the `build/` dir
for finding LLVM. THis passes it manually.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list