[llvm-branch-commits] [llvm] [Dexter] Add !then node (PR #202546)
Orlando Cazalet-Hyams via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 15 07:44:40 PDT 2026
================
@@ -0,0 +1,47 @@
+// RUN: %dexter_regression_test_cxx_build %s -o %t
+// RUN: %dexter_regression_test_run --use-script --skip-evaluate --binary %t \
+// RUN: -- %s | FileCheck %s
+
+/// Test that when we use !then step_out, we jump out of the current frame, but
+/// continue stepping through the frame above.
----------------
OCHyams wrote:
can you make it clear which part of the test is checking that?
https://github.com/llvm/llvm-project/pull/202546
More information about the llvm-branch-commits
mailing list