[all-commits] [llvm/llvm-project] b0313a: [libclc] Add an option to build SPIR-V targets wit...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Fri Aug 1 01:49:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0313adefa2dd7b40ad3cf48c926045806af5a5f
https://github.com/llvm/llvm-project/commit/b0313adefa2dd7b40ad3cf48c926045806af5a5f
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M libclc/CMakeLists.txt
M libclc/cmake/modules/AddLibclc.cmake
Log Message:
-----------
[libclc] Add an option to build SPIR-V targets with the LLVM backend (#151347)
This removes the dependency on an external tool to build the SPIR-V
files. It may be of interest to projects such as Mesa.
Note that the option is off by default as using the SPIR-V backend, at
least on my machine, uses a *lot* of memory and the process is often
killed in a parallelized build. It does complete, however.
Fixes #135327.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list