[libc-commits] [libc] [libc] Implement perror (PR #143624)

via libc-commits libc-commits at lists.llvm.org
Tue Jun 10 21:06:36 PDT 2025


================
@@ -1113,6 +1113,7 @@ if(LLVM_LIBC_FULL_BUILD)
     libc.src.stdio.getc_unlocked
     libc.src.stdio.getchar
     libc.src.stdio.getchar_unlocked
+    libc.src.stdio.perror
----------------
lntue wrote:

The implementation is generic, so maybe also enable it for aarch64 and riscv64?

https://github.com/llvm/llvm-project/pull/143624


More information about the libc-commits mailing list