================
@@ -30,14 +30,23 @@ __attribute__((noinline))
 int fun(int parama, int paramb) {
   if (parama)
     parama = paramb;
-  fluff();            // DexLabel('s0')
+  fluff();            // !dex_label s0
   return paramb;
 }
 
 int main() {
   return fun(5, 20);
 }
 
+// CHECK-DAG: missing_var_steps: 0
+
+/*
+---
+!where {lines: !label s0}:
+  !value parama: 20
+...
+*/
+
 // DexExpectWatchValue('parama', 20, on_line=ref('s0'))
 //
 // NOTE: the dexter command uses --fail-lt 0.1 (instead of the standard 1.0)
----------------
OCHyams wrote:

Old dexter command left in, and comment possibly needs updating?

https://github.com/llvm/llvm-project/pull/204367
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to