[libc-commits] [libc] [libc] Remove verbose printing from hdrgen tool (PR #101376)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 31 11:04:08 PDT 2024


================
@@ -252,9 +252,6 @@ def main(
         with open(output_file_path, "w") as f:
             f.write(header_str)
 
-    print(f"Generated header file: {output_file_path}")
-
-
----------------
overmighty wrote:

Leaving only a single blank line should make the Black formatter complain.

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


More information about the libc-commits mailing list