[llvm] 3520f6d - Fix a missing checksum field
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 10:16:31 PDT 2023
Author: wlei
Date: 2023-03-31T10:16:06-07:00
New Revision: 3520f6d6664549f61015f3f5b3a2afd8edbf976b
URL: https://github.com/llvm/llvm-project/commit/3520f6d6664549f61015f3f5b3a2afd8edbf976b
DIFF: https://github.com/llvm/llvm-project/commit/3520f6d6664549f61015f3f5b3a2afd8edbf976b.diff
LOG: Fix a missing checksum field
Added:
Modified:
llvm/test/tools/llvm-profdata/Inputs/sample-flatten-profile.proftext
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-profdata/Inputs/sample-flatten-profile.proftext b/llvm/test/tools/llvm-profdata/Inputs/sample-flatten-profile.proftext
index 46564f65121e6..bb0bf51c6a194 100644
--- a/llvm/test/tools/llvm-profdata/Inputs/sample-flatten-profile.proftext
+++ b/llvm/test/tools/llvm-profdata/Inputs/sample-flatten-profile.proftext
@@ -31,6 +31,8 @@ main:110:1
7: 1
!CFGChecksum: 4
!Attributes: 4
+ !CFGChecksum: 1
+ !Attributes: 1
!CFGChecksum: 2
!Attributes: 2
foo:102:1
More information about the llvm-commits
mailing list