diff options
| author | mingmingl <mingmingl@google.com> | 2025-05-31 18:27:26 -0700 |
|---|---|---|
| committer | mingmingl <mingmingl@google.com> | 2025-05-31 21:47:08 -0700 |
| commit | 39b4081b019116b1d5c8ec21eec5d0f61ddbe06d (patch) | |
| tree | 26b0352e105a7b923dc8f1ab07ec5966b7eb44ca /llvm/tools/llvm-profdata/llvm-profdata.cpp | |
| parent | ee2e45b090e53785869d687910e553cd0828b30e (diff) | |
Update test; non-ext binary format not supportedusers/mingmingl-llvm/spr/afdo-profile-format-backup
Diffstat (limited to 'llvm/tools/llvm-profdata/llvm-profdata.cpp')
| -rw-r--r-- | llvm/tools/llvm-profdata/llvm-profdata.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp index 122b7e17b705..b19dd304716e 100644 --- a/llvm/tools/llvm-profdata/llvm-profdata.cpp +++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp @@ -1630,13 +1630,9 @@ static void mergeSampleProfile(const WeightedFileVector &Inputs, Remapper ? remapSamples(I->second, *Remapper, Result) : FunctionSamples(); FunctionSamples &Samples = Remapper ? Remapped : I->second; - errs() << "llvm-profdata.cpp\tfunction samples:\t"; - Samples.print(errs(), 2); SampleContext FContext = Samples.getContext(); mergeSampleProfErrors(Result, ProfileMap[FContext].merge(Samples, Input.Weight)); - errs() << "llvm-profdata.cpp\tmerged samples:\t"; - ProfileMap[FContext].print(errs(), 2); if (Result != sampleprof_error::success) { std::error_code EC = make_error_code(Result); handleMergeWriterError(errorCodeToError(EC), Input.Filename, |
