[libc-commits] [libc] [libc] Implement 'atexit' on the GPU correctly (PR #83037)

via libc-commits libc-commits at lists.llvm.org
Mon Feb 26 17:26:10 PST 2024


================
@@ -9,6 +9,7 @@
 #include "src/stdlib/atexit.h"
 #include "src/__support/blockstore.h"
 #include "src/__support/common.h"
+#include "src/__support/fixedstack.h"
----------------
lntue wrote:

`fixedstack` is not needed here anymore.

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


More information about the libc-commits mailing list