[llvm] [lit] Fix some issues from --per-test-coverage (PR #65242)
Joel E. Denny via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 09:01:45 PDT 2023
================
@@ -1837,13 +1830,7 @@ def _handleCommand(cls, line_number, line, output, keyword):
if not output or not output[-1].add_continuation(line_number, keyword, line):
if output is None:
output = []
- pdbg = "%dbg({keyword} at line {line_number})".format(
- keyword=keyword, line_number=line_number
- )
- assert re.match(
- kPdbgRegex + "$", pdbg
----------------
jdenny-ornl wrote:
Yep, it worked fine another PR that had no conflicts.
https://github.com/llvm/llvm-project/pull/65242
More information about the llvm-commits
mailing list