[libc-commits] [libc] [libc] Add POSIX regex stub implementation and build infrastructure (PR #196995)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Tue May 12 04:00:13 PDT 2026
================
@@ -1189,18 +1189,22 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.search.twalk
libc.src.search.twalk_r
+ # regex.h entrypoints
----------------
kaladron wrote:
I would like to add these because some features do work (simple match) right from day one, and I want to use the rxspencer suite for testing progress.
https://github.com/llvm/llvm-project/pull/196995
More information about the libc-commits
mailing list