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

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


https://github.com/lntue commented:

Can you split the GPU's `atexit` implementation to `src/stdlib/gpu/atexit.cpp` similar to `malloc` and `free` there?  So that they won't have maybe-unused non-overlapping dependency.

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


More information about the libc-commits mailing list