[libc-commits] [libc] [libc] newheadergen: created sys folder for yaml files, make appropriate updates to CMake file for sys folder (PR #98693)
via libc-commits
libc-commits at lists.llvm.org
Fri Jul 12 13:56:33 PDT 2024
================
@@ -232,6 +232,15 @@ def main(yaml_file, h_def_file, output_dir, add_function=None):
output_file_name = Path(h_def_file).stem
output_file_path = Path(output_dir) / output_file_name
+ # with open(yaml_file, "r") as f:
----------------
RoseZhang03 wrote:
Just as a placeholder for now while I wait for the CMake to come out. I'm not sure if I can manually add sys to the file path here or if I will have to make an alternate path in the CMake file.
https://github.com/llvm/llvm-project/pull/98693
More information about the libc-commits
mailing list