diff options
| author | YLChenZ <chentongyongcz@gmail.com> | 2025-03-30 13:37:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 12:37:48 +0700 |
| commit | fea6b388055284f37852e615fbf5b40a3ba34249 (patch) | |
| tree | 8fc8a68fe26c05707aa433ed7c35d47c43355901 /llvm/tools/llvm-cov/CodeCoverage.cpp | |
| parent | 9747bb182f430bb1bd3525b7f42e88df626e28e5 (diff) | |
| download | llvm-fea6b388055284f37852e615fbf5b40a3ba34249.zip llvm-fea6b388055284f37852e615fbf5b40a3ba34249.tar.gz llvm-fea6b388055284f37852e615fbf5b40a3ba34249.tar.bz2 | |
[llvm-reduce]: print short form, actionable names in the log (#133561)
Closes #132696
before the patch like this:
```
----------------------------
*** Reducing GlobalObjects...
----------------------------
*** Reducing GV Initializers...
----------------------------
*** Reducing GlobalVariables...
----------------------------
```
after the patch like this:
```
----------------------------
*** Reducing GlobalObjects (global-objects)...
----------------------------
*** Reducing GV Initializers (global-initializers)...
----------------------------
*** Reducing GlobalVariables (global-variables)...
----------------------------
```
Diffstat (limited to 'llvm/tools/llvm-cov/CodeCoverage.cpp')
0 files changed, 0 insertions, 0 deletions
