[libclc] [libclc] Set OpenCL version to 3.0 (PR #135733)

Fraser Cormack via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 15 01:43:57 PDT 2025


frasercrmck wrote:

I don't think we want to unconditionally do this - we probably want a mechanism whereby targets can opt for a specific version. We should definitely add this capability, though.

Targets may even want to compile libclc for multiple different versions? That might introduce extra complexity (we'd need "an extra loop", more compilation time, new naming/versioning schemes for the build artifacts).

https://github.com/llvm/llvm-project/pull/135733


More information about the cfe-commits mailing list