[clang] [clang-tools-extra] [lld] [llvm] [llvm] Add subcommand support for OptTable (PR #155026)

Prabhu Rajasekaran via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 13:45:54 PDT 2025


================
@@ -179,6 +228,8 @@ class LLVM_ABI OptTable {
   /// Return the string table used for option names.
   const StringTable &getStrTable() const { return *StrTable; }
 
+  const ArrayRef<SubCommand> getSubCommands() const { return SubCommands; }
----------------
Prabhuk wrote:

Done. 

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


More information about the llvm-commits mailing list