[libc-commits] [libc] [libc] Remove header templates from several C standard headers. (PR #188878)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Fri Mar 27 10:46:04 PDT 2026
================
@@ -1,8 +1,23 @@
header: locale.h
-header_template: locale.h.def
+standards:
+ - stdc
macros:
- macro_name: "NULL"
----------------
vonosmas wrote:
Could you clarify why you prefer to factor out the small config fragment with NULL definition into a separate YAML file? We replace two-line reference to `null-macro.h` with two-line reference to a different YAML config, _and_ have to express this dependency in all build systems.
https://github.com/llvm/llvm-project/pull/188878
More information about the libc-commits
mailing list