diff options
author | qxy11 <qxy11@meta.com> | 2025-06-24 15:25:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-24 15:25:23 -0700 |
commit | 9e3bb5bb91ced634585aa3b31366537152cc98f5 (patch) | |
tree | 68e6f9dd6f7154ee4bfd499fef0fab301460d2db /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 46d33b6102f2266405123cf497d037f2e6b9a08c (diff) | |
download | llvm-9e3bb5bb91ced634585aa3b31366537152cc98f5.zip llvm-9e3bb5bb91ced634585aa3b31366537152cc98f5.tar.gz llvm-9e3bb5bb91ced634585aa3b31366537152cc98f5.tar.bz2 |
Reland "[lldb] Add count for number of DWO files loaded in statistics #144424" (#145572)
This relands changes in #144424 for adding a count of DWO files
parsed/loaded and the total number of DWO files.
The previous PR was reverted in #145494 due to the newly added unit
tests failing on Windows and MacOS CIs since these platforms don't
support DWO. This change add an additional
`@add_test_categories(["dwo"])` to the new tests to
[skip](https://github.com/llvm/llvm-project/blob/cd46354dbd10820158edabe14dbd49d9f9010722/lldb/packages/Python/lldbsuite/test/test_categories.py#L56)
these tests on Windows/MacOS.
Original PR: #144424
### Testing
Ran unit tests
```
$ bin/lldb-dotest -p TestStats.py llvm-project/lldb/test/API/commands/statistics/basic/
----------------------------------------------------------------------
Ran 24 tests in 211.391s
OK (skipped=3)
```
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions