[libc-commits] [libc] [libc] Revamp hdrgen command line and build integration (PR #121522)

Roland McGrath via libc-commits libc-commits at lists.llvm.org
Mon Jan 6 12:00:42 PST 2025


================
@@ -19,11 +19,10 @@ add_header(
 
 # TODO: Can we simplify this macro expansion?
 # https://github.com/llvm/llvm-project/issues/117254
-macro(add_header_macro TARGET_NAME YAML_FILE DEF_FILE GEN_HDR DEPENDS)
+macro(add_header_macro TARGET_NAME YAML_FILE GEN_HDR DEPENDS)
----------------
frobtech wrote:

I don't know much about cmake or the organization of libc's cmake bits.  My intent in this change is only to introduce the cleaned-up CLI for hdrgen and touch cmake only as needed to keep it working as is.  I anticipate many more incremental changes to further clean things up as we refine the feature set and CLI of hdrgen.

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


More information about the libc-commits mailing list