rjodinchr wrote: > cmake ../runtimes -DLLVM_ENABLE_RUNTIMES=libclc > -DCMAKE_C_COMPILER=/path/to/clang -DCMAKE_CXX_COMPILER=/path/to/clang++ Does this not work in your case?
We should not have to build LLVM with clang to be able to build libclc. At least that was not a constaint before https://github.com/llvm/llvm-project/pull/185247 https://github.com/llvm/llvm-project/pull/186726 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
