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

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Jan 6 10:57:09 PST 2025


================
@@ -244,7 +241,10 @@ def main():
         help="Add a function to the YAML file",
     )
     parser.add_argument(
-        "--e", action="append", help="Entry point to include", dest="entry_points"
+        "--entry-point",
----------------
nickdesaulniers wrote:

Is it worth keeping a short form of `-e` as you did for main.py? E2BIG command lines come to mind.

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


More information about the libc-commits mailing list