================ ---------------- mmjjpp wrote:
They are related but not identical. N is the actual number of partitions produced by the final splitting process. LimitPartition is the upper bound supplied through the lto-split-partitions option. If the call graph contains fewer independent partitions than LimitPartition, generating additional empty or redundant output files is unnecessary. Therefore, the final number of partitions may be smaller than the requested limit: N <= LimitPartition. https://github.com/llvm/llvm-project/pull/198702 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
