[libc-commits] [libc] [libc] Add POSIX regex stub implementation and build infrastructure (PR #196995)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue May 12 05:03:26 PDT 2026


================
@@ -1189,18 +1189,22 @@ if(LLVM_LIBC_FULL_BUILD)
     libc.src.search.twalk
     libc.src.search.twalk_r
 
+    # regex.h entrypoints
+    libc.src.regex.regcomp
+    libc.src.regex.regexec
+    libc.src.regex.regerror
+    libc.src.regex.regfree
----------------
vhscampos wrote:

Can we have these for `baremetal` ARM and AArch64 too?

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


More information about the libc-commits mailing list