[libc-commits] [libc] [libc] cmake configruation for newhdrgen (PR #98257)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Jul 10 13:23:10 PDT 2024


================
@@ -66,6 +67,90 @@ function(add_header target_name)
   )
 endfunction(add_header)
 
+function(add_yaml_header target_name)
----------------
michaelrj-google wrote:

nit: This shouldn't be named `add_yaml_header` since the header itself doesn't have any yaml. Maybe `add_gen_header_2`?

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


More information about the libc-commits mailing list