[libc-commits] [libc] [libc] at_quick_exit function implemented (PR #94317)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jun 4 15:38:58 PDT 2024


================
@@ -432,6 +433,28 @@ add_entrypoint_object(
     libc.src.__support.threads.mutex
 )
 
+add_entrypoint_object(
+  atexit
+  SRCS
+    atexit.cpp
+  HDRS
+    atexit.h
+  CXX_STANDARD
----------------
michaelrj-google wrote:

this doesn't have anything constinit in it anymore, so it doesn't need this `CXX_STANDARD` annotation.

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


More information about the libc-commits mailing list