[all-commits] [llvm/llvm-project] 1c1eaf: [llvm-profdata] Make tests more readable (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Dec 27 13:28:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c1eaf75f5f2efd72ba813b29b3d7b556d61b70b
https://github.com/llvm/llvm-project/commit/1c1eaf75f5f2efd72ba813b29b3d7b556d61b70b
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-le.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