[PATCH] D154280: [LIT] Added an option to llvm-lit to emit the necessary test coverage data, divided per test case

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 01:39:28 PDT 2023


xgupta marked an inline comment as done.
xgupta added a comment.

In D154280#4534490 <https://reviews.llvm.org/D154280#4534490>, @DavidSpickett wrote:

> Were you able to reproduce the issue and check it was fixed, or do you need me to try it again to confirm?

Yes, I reproduce it on docker and checked it was fixed by replacing python to %{python} in test cases (Actually there is only python3, not python so it was failing). 
I am waiting for pre-merge checks to be completed and then will reland it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154280/new/

https://reviews.llvm.org/D154280



More information about the llvm-commits mailing list