[all-commits] [llvm/llvm-project] ce0235: [llvm-profdata] Make tests more readable (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Dec 27 13:19:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce0235779569b150acad6d6aaa648edba4ade014
https://github.com/llvm/llvm-project/commit/ce0235779569b150acad6d6aaa648edba4ade014
Author: Kazu Hirata <kazu at google.com>
Date: 2023-12-27 (Wed, 27 Dec 2023)
Changed paths:
M llvm/test/tools/llvm-profdata/raw-64-bits-be.test
Log Message:
-----------
[llvm-profdata] Make tests more readable (NFC)
This patch splits a couple of lines of printf into four for
readability so that each corresponds to one field or padding. They
correspond to NumCounters, NumValueSites, NumBitmapBytes, and padding,
respectively.
More information about the All-commits
mailing list