[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:17:07 PDT 2026


================
@@ -367,5 +367,14 @@ add_gen_header(
   PROXY
 )
 
+add_proxy_header_library(
+  regex_macros
+  HDRS
+    regex_macros.h
+  FULL_BUILD_DEPENDS
+    libc.include.llvm-libc-macros.regex_macros
+    libc.include.regex
----------------
vhscampos wrote:

Line 376: `regex_macros.h` does not include `regex.h`. Is this dependency correct?

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


More information about the libc-commits mailing list