[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 12:03:34 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:

ah, nevermind! my suggestion was done already in this very PR, sorry I missed it!

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


More information about the libc-commits mailing list