Files
llvm/libc/test/UnitTest/ExecuteFunctionUnix.cpp
Shreeyash Pandey 4769122b22 [libc][test] split exit tests into two separate tests (#169820)
_Exit(3) is a fairly simple syscall wrapper whereas exit(3) calls
atexit-registered functions + whole lot of stuff that require support
for sync primitives.

Splitting the tests allows testing the former easily (especially for new
port projects)

---------

Signed-off-by: Shreeyash Pandey <shreeyash335@gmail.com>
2025-11-28 19:32:29 +05:30

2.5 KiB