[llvm] Modify dwarf verification JSON to include detailed counts by sub-category (PR #128018)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 07:36:17 PST 2025
youngd007 wrote:
The original was failing on
ninja check-llvm
I just ran that
<img width="449" alt="Screenshot 2025-02-20 at 10 33 37 AM" src="https://github.com/user-attachments/assets/c5324b54-a725-49bd-8619-5df7564f54e9" />
I don't see any new failures, so I hope it is good this time. I sort of assume it was a race condition of https://github.com/llvm/llvm-project/pull/125062 landing with https://github.com/llvm/llvm-project/pull/126587 that got rid of a failing test that was not modified in the first PR due to file names being different and messed up.
And then yesterday, I added back the deleted test before this PR: https://github.com/llvm/llvm-project/pull/127685
https://github.com/llvm/llvm-project/pull/128018
More information about the llvm-commits
mailing list