[llvm-branch-commits] [llvm] [Dexter] Add support for writing !step values (PR #203845)

Orlando Cazalet-Hyams via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jun 30 03:04:13 PDT 2026


================
@@ -156,6 +165,21 @@ def collect_scope_values(
     return per_range_var_unique_expected_values
 
 
+def get_expected_lines(expect: Expect, lines: List[int]) -> List[int]:
+    """For a !step expect and the list of lines seen while that expect was active, returns the list of lines that should
----------------
OCHyams wrote:

as elsewhere I prefer capitalised `Expect`

https://github.com/llvm/llvm-project/pull/203845


More information about the llvm-branch-commits mailing list