karolherbst wrote: > But why would one want to link against -lclc? It really should just use the > SPIR-V opcodes and OpenCL C extended instruction set, not call into libclc > directly. And we for sure don't want anybody to do that.
Unless of course it's an implementation detail to go through libclc to emit those SPIR-V opcodes, in which case there is nothing mesa specific about it, is there? https://github.com/llvm/llvm-project/pull/199618 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
