Files
clang-p2996/libc/include/llvm-libc-types
Joseph Huber 07102a1194 [libc] Implement the 'abort' function on the GPU
This function implements the `abort` function on the GPU. The
implementation here closely mirros the `exit` call where we first
synchornize with the RPC server to make sure it's listening and then we
exit on the GPU.

I was unsure if this should be a simple `__builtin_assert` on the GPU. I
elected to go with an RPC approach to make this a more "true" `abort`
call. That is, it should invoke some signal handlers and exit with the
proper code according to the implemented C library on the server.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D159210
2023-08-31 08:40:15 -05:00
..
2022-10-06 15:19:43 -07:00
2022-10-31 16:55:53 +00:00
2023-06-12 11:12:17 -07:00
2022-09-29 10:23:21 -07:00
2023-05-03 11:01:11 -07:00
2023-03-20 16:36:21 -07:00
2023-05-03 11:01:11 -07:00
2023-03-20 16:36:21 -07:00
2023-03-20 16:36:21 -07:00