[libc-commits] [libc] [libc] Revamp hdrgen command line and build integration (PR #121522)

Roland McGrath via libc-commits libc-commits at lists.llvm.org
Tue Jan 7 13:46:36 PST 2025


================
@@ -0,0 +1,81 @@
+#!/usr/bin/env python3
+#
+# ===- Generate headers for libc functions  ------------------*- python -*--==#
----------------
frobtech wrote:

That discussion and change seems only to relate to conventions for C++ source files.
That document doesn't say anything at all about "file headers" for Python source files.

Regardless, I simply copied the style of the adjacent files.  If there is some convention, either across LLVM or specific to libc, that source files should follow, then please change the existing files en masse to meet that convention.  Contributors should be able to take existing files as a model for new files.

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


More information about the libc-commits mailing list