[libclc] [llvm] [libclc][CMake] Use clang/llvm-ar on Windows (PR #186726)
Romaric Jodin via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 20 07:48:06 PDT 2026
rjodinchr wrote:
the CMake invocation is directly on clspv CMake.
In clspv CMakeLists.txt it uses `add_subdirectory` to pull llvm as a subproject (not external).
clspv defines the expected defines and leave the rest to llvm's CMake to build what we need, especially libclc.
https://github.com/llvm/llvm-project/pull/186726
More information about the cfe-commits
mailing list