[libc-commits] [libc] [libc] Revamp hdrgen command line and build integration (PR #121522)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Jan 6 10:57:09 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)
----------------
nickdesaulniers wrote:
Does this let us simplify the `add_gen_header` fn, as per the TODO above? Perhaps we can strip out the `DEF_FILE` argument there, too, at least?
https://github.com/llvm/llvm-project/pull/121522
More information about the libc-commits
mailing list