[libc-commits] [libc] [libc] init uefi os target (PR #120687)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Dec 23 19:14:56 PST 2024


================
@@ -0,0 +1,473 @@
+set(TARGET_LIBC_ENTRYPOINTS
+    libc.src.compiler.__stack_chk_fail
+
+    # ctype.h entrypoints
----------------
jhuber6 wrote:

Do these all pass tests? It's probably best to start with a really minimal set and then add the entrypoints / headers as we get support in a follow-up

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


More information about the libc-commits mailing list