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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
