================ @@ -33,25 +33,26 @@ using namespace llvm::opt; namespace { struct OptNameLess { - const char *StrTable; - ArrayRef<unsigned> PrefixesTable; + const StringTable *StrTable; ---------------- rnk wrote:
Can this be a const reference instead? Is there a reason you chose to make this a pointer? https://github.com/llvm/llvm-project/pull/123308 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits