[libc-commits] [libc] [libc] newheadergen: cmake configuration (PR #98554)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Jul 11 15:13:47 PDT 2024
================
@@ -66,7 +66,91 @@ function(add_header target_name)
)
endfunction(add_header)
-# A rule for generated header file targets.
+function(add_gen_header2 target_name)
+ cmake_parse_arguments(
+ "ADD_YAML_HDR"
----------------
michaelrj-google wrote:
you need to change the name from `ADD_YAML_HDR` here too
https://github.com/llvm/llvm-project/pull/98554
More information about the libc-commits
mailing list