[all-commits] [llvm/llvm-project] 5a6a4b: [libc] Implement perror (#143624)
Michael Jones via All-commits
all-commits at lists.llvm.org
Thu Jun 12 10:46:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a6a4b6ba6945363bf366a885103a4adca11b5ef
https://github.com/llvm/llvm-project/commit/5a6a4b6ba6945363bf366a885103a4adca11b5ef
Author: Michael Jones <michaelrj at google.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/stdio.yaml
M libc/src/stdio/CMakeLists.txt
M libc/src/stdio/generic/CMakeLists.txt
A libc/src/stdio/generic/perror.cpp
A libc/src/stdio/perror.h
M libc/test/src/stdio/CMakeLists.txt
A libc/test/src/stdio/perror_test.cpp
Log Message:
-----------
[libc] Implement perror (#143624)
The perror function writes an error message directly to stderr. This
patch adds an implementation, tests, and header generation details.
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