[compiler-rt] [llvm] [clang] [clang-tools-extra] [Profile] Allow profile merging with multiple correlate files. (PR #75957)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 17 07:35:28 PST 2024
================
@@ -35,20 +36,32 @@ class InstrProfCorrelator {
/// correlate.
enum ProfCorrelatorKind { NONE, DEBUG_INFO, BINARY };
+ struct WarningCounter {
----------------
zmodem wrote:
Could the WarningCounter refactoring be split out and landed separately?
https://github.com/llvm/llvm-project/pull/75957
More information about the cfe-commits
mailing list