[all-commits] [llvm/llvm-project] 0fc8f0: [CMake] Correctly handle LLVM_ENABLE_RUNTIMES in t...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Oct 25 12:12:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fc8f0be9b05bc4e123eaf6963f9b9a3f82b38b0
https://github.com/llvm/llvm-project/commit/0fc8f0be9b05bc4e123eaf6963f9b9a3f82b38b0
Author: Petr Hosek <phosek at google.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[CMake] Correctly handle LLVM_ENABLE_RUNTIMES in targets (#69869)
When a target sets LLVM_ENABLE_RUNTIMES, we should only generate proxy
targets for those runtimes rather than using the global list which may
contain runtimes that are not supported by that particular target.
More information about the All-commits
mailing list