Home
last modified time | relevance | path

Searched refs:kPdbgRegex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py54 kPdbgRegex = '%dbg\\(([^)\'"]*)\\)(.*)' variable
928 match = re.match(kPdbgRegex, ln)
1020 match = re.match(kPdbgRegex, ln)
1033 match = re.match(kPdbgRegex, ln)
1499 assert re.match(kPdbgRegex + "$", pdbg), \