[libc-commits] [libc] [libc] added quick_exit function (PR #93620)

via libc-commits libc-commits at lists.llvm.org
Wed May 29 20:30:12 PDT 2024


================
@@ -42,6 +42,17 @@ add_entrypoint_object(
     libc.src.__support.str_to_integer
 )
 
+add_entrypoint_object(
+  quick_exit
+  SRCS
+    quick_exit.cpp
+  HDRS
+    quick_exit.h
+  DEPENDS
+    libc.src.errno.errno
----------------
lntue wrote:

Does not look like `errno` is used in the quick_exit implementation?

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


More information about the libc-commits mailing list