[all-commits] [llvm/llvm-project] 38f1dd: [libc] Remove `strerror_r` on the GPU for now
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jul 18 04:54:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38f1dd2e45b854c1d682dd1d4481ef471e61fa10
https://github.com/llvm/llvm-project/commit/38f1dd2e45b854c1d682dd1d4481ef471e61fa10
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/docs/gpu/support.rst
Log Message:
-----------
[libc] Remove `strerror_r` on the GPU for now
Summary:
This function has conflicting definitions, which makes it difficult to
use in an offloading setting. Disable it for now.
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