Files
clang-p2996/libc/config
Joseph Huber 443d71527b [libc] Implement exit for the GPU partially
This patch implements the `exit` function on the GPU. This required
breaking the entrypoints calling eachother on `linux` since this doesn't
work with a non-aliased target. This is only partial support because
full support requires a malloc / free implementation for the exit
callbacks array.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D149363
2023-04-27 20:32:00 -05:00
..
2023-04-11 20:49:25 +00:00