[libc-commits] [libc] [llvm] [libc] delete hdrgen (PR #117220)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Nov 21 15:03:50 PST 2024


================
@@ -18,24 +18,14 @@ add_header(
 )
 
 macro(add_header_macro TARGET_NAME YAML_FILE DEF_FILE GEN_HDR DEPENDS)
----------------
nickdesaulniers wrote:

ae75b6b1c9b90bdc1335cfdd96b38accc47f248e

I tried replacing invocations of `add_header_macro` with just `add_gen_header`, but this seemed to run into issues. Not sure if every function invocation of `add_gen_header` would need explicit `DEF_FILE` and `GEN_HDR` spelled out?

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


More information about the libc-commits mailing list