================ @@ -373,6 +373,9 @@ class HeaderFileInfoTrait { ModuleFile &M; public: + // Maximum number of lookup tables we allow before condensing the tables. + static const int MaxTables = 64; ---------------- ChuanqiXu9 wrote:
Out of curiosity, is this tuned? Or is it set randomly? https://github.com/llvm/llvm-project/pull/155350 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits