[all-commits] [llvm/llvm-project] 82be6e: [libc][posix] implement _exit (#87185)
aniplcc via All-commits
all-commits at lists.llvm.org
Tue Apr 2 10:38:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82be6e186b5f88779325c5ede99ac714b2cfc4fa
https://github.com/llvm/llvm-project/commit/82be6e186b5f88779325c5ede99ac714b2cfc4fa
Author: aniplcc <aniplccode at gmail.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/gpu/headers.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/posix.td
M libc/src/unistd/CMakeLists.txt
A libc/src/unistd/_exit.cpp
A libc/src/unistd/_exit.h
M libc/test/src/unistd/CMakeLists.txt
A libc/test/src/unistd/_exit_test.cpp
Log Message:
-----------
[libc][posix] implement _exit (#87185)
Fixes #87126.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list