[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 14:20:36 PST 2026


================
@@ -0,0 +1,18 @@
+set(TARGET_LIBC_ENTRYPOINTS
+)
----------------
jhuber6 wrote:

We should add a few entry points to start, just to show that we build and make a library. I'd suggest the `ctype` or `string` entrypoints, as those don't require any RPC functionality and I'm not really concerned with correctness there.

The reason that we do this slowly is because we want to have testing support for this in the future, and it's much easier to build a small set and slowly start testing it than to have a bunch of things enabled and realize it breaks 50 tests or whatever.

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


More information about the libc-commits mailing list