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

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Feb 26 11:48:41 PST 2024


jhuber6 wrote:

> 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.

Somewhat of a pain because it required adding some "generic/" directory only for a single file.

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


More information about the libc-commits mailing list