[llvm] Add llvm-extract-bundle-entry to extend llvm-objcopy (PR #169386)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 12 00:50:13 PST 2026
================
@@ -0,0 +1,38 @@
+//===-- ExtractBundleEntryOpts.td - llvm-bitcode-strip options ---------------*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file describes the command line options of llvm-extract-offload-entry.
+//
+//===----------------------------------------------------------------------===//
+
+include "llvm/Option/OptParser.td"
+
+def help : Flag<["--"], "Help">,
----------------
jh7370 wrote:
Do you really mean for the option to be `--Help` and not `--help`? If so, why?
https://github.com/llvm/llvm-project/pull/169386
More information about the llvm-commits
mailing list