================ @@ -53,10 +53,8 @@ class OptTable { public: /// Entry for a single option instance in the option data table. struct Info { - /// A null terminated array of prefix strings to apply to name while - /// matching. - ArrayRef<StringLiteral> Prefixes; - StringLiteral PrefixedName; + unsigned PrefixesOffset; ---------------- rnk wrote:
Thanks! I'm lean towards incremental development and progress, so let's proceed and land this and refactor to align. https://github.com/llvm/llvm-project/pull/119198 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits