[libc-commits] [libc] [libc] Revamp hdrgen command line and build integration (PR #121522)
Roland McGrath via libc-commits
libc-commits at lists.llvm.org
Mon Jan 6 11:57:52 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",
----------------
frobtech wrote:
I consider all this command-line support to be vestigial. My intent was just to avoid breaking existing uses until they are all migrated to revamped command-line interfaces yet to be decided upon.
https://github.com/llvm/llvm-project/pull/121522
More information about the libc-commits
mailing list