[libclc] [llvm] [libclc] Support LLVM_ENABLE_RUNTIMES when building (PR #141574)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Tue May 27 05:55:46 PDT 2025
================
@@ -35,7 +35,7 @@ list(INSERT CMAKE_MODULE_PATH 0
# We order libraries to mirror roughly how they are layered, except that compiler-rt can depend
# on libc++, so we put it after.
-set(LLVM_DEFAULT_RUNTIMES "libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;offload")
+set(LLVM_DEFAULT_RUNTIMES "libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;offload;libclc")
----------------
jhuber6 wrote:
FYI, this is the order they build in, so if anything depends on `libclc` it should be placed after.
https://github.com/llvm/llvm-project/pull/141574
More information about the cfe-commits
mailing list