[libc-commits] [clang] [libc] [llvm] [OFFLOAD] Add support to build libc for SPIRV backend (PR #181049)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Feb 16 17:04:20 PST 2026
================
@@ -0,0 +1,18 @@
+set(TARGET_LIBC_ENTRYPOINTS
+)
----------------
jhuber6 wrote:
If they want to test it they can add the entrypoints locally, but getting test support is quite important. Like I said, I am probably going to port the LLVM GPU loader to use the offload API soon, once that happens it should be much more straightforward, support constructors / destructors in SPIR-V and you will likely get this support. NVPTX has workaround for this you can look at if needed.
https://github.com/llvm/llvm-project/pull/181049
More information about the libc-commits
mailing list