llvm-capstone/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
..
baremetal [libc] Add memmem implementation 2023-04-11 20:49:25 +00:00
darwin [libc] Add memmem implementation 2023-04-11 20:49:25 +00:00
gpu [libc] Implement exit for the GPU partially 2023-04-27 20:32:00 -05:00
linux [LIBC] Implement remainder of posix 'sched.h' minus SCHED_SPORADIC 2023-04-20 14:53:41 -05:00
windows [libc][math] Remove placeholder implementations of asin and pow. 2023-04-20 01:28:16 -04:00
CMakeLists.txt
public_api.td [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00