[all-commits] [llvm/llvm-project] 6335de: [libc] Disable '_exit' on the GPU build
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Apr 2 13:24:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6335de4a23e4b71020861b872f51bafb79fbe419
https://github.com/llvm/llvm-project/commit/6335de4a23e4b71020861b872f51bafb79fbe419
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/gpu/headers.txt
Log Message:
-----------
[libc] Disable '_exit' on the GPU build
Summary:
There are other dependencies to enable `unistd.h` on the GPU which
prevented the header from being generated. This is a POSIX extension and
isn't part of the core `libc`, so we can just disable this for now to
get the bots gree.
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