[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:39 PDT 2026
================
@@ -1,7 +1,7 @@
// REQUIRES: lldb
// UNSUPPORTED: system-windows
// RUN: %clang -std=gnu11 -O2 -glldb %s -o %t
-// RUN: %dexter -w --use-script %dexter_lldb_args --binary %t -- %s | FileCheck %s
+// RUN: %dexter --fail-lt 1.0 -w %dexter_lldb_args --binary %t -- %s | FileCheck %s
----------------
OCHyams wrote:
Why the addition of `-fail-lt 1.0`?
https://github.com/llvm/llvm-project/pull/204369
More information about the llvm-branch-commits
mailing list