[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 16:30:32 PST 2026


================
@@ -0,0 +1,103 @@
+set(TARGET_LIBC_ENTRYPOINTS
+    # assert.h entrypoints
+    libc.src.assert.__assert_fail
----------------
jhuber6 wrote:

Assert is non-trivial, it invokes RPC to submit the failure, the rest should be fine however.

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


More information about the libc-commits mailing list