rjodinchr wrote: When libclc is built within LLVM, it is done through CMake external project feature. LLVM cmake can use MSVC. But before configuring libclc, it knows it needs to build clang (and other tools) that should be used for libclc configuration. Right now, auto detection is not done properly. But I'm not sure what should be done to fix that. The patch I came up with deals with it by targeting explicitly the tools for 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
