[llvm-branch-commits] [llvm] [Dexter] Switch to using script-mode by default (PR #204369)
Orlando Cazalet-Hyams via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 23 08:34:38 PDT 2026
================
@@ -1,7 +1,7 @@
// REQUIRES: system-windows
//
// RUN: %clang_cl /Z7 /Zi %s -o %t
-// RUN: %dexter --fail-lt 1.0 -w --binary %t --debugger 'dbgeng' -- %s
+// RUN: %dexter --use-heuristic --use-heuristic --fail-lt 1.0 -w --binary %t --debugger 'dbgeng' -- %s
----------------
OCHyams wrote:
nit: double `--use-heuristic`?
https://github.com/llvm/llvm-project/pull/204369
More information about the llvm-branch-commits
mailing list