[Lldb-commits] [PATCH] D43471: Handle typeof() expressions
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 22 12:18:57 PST 2018
jingham added a comment.
The point of --batch is that if the program crashes, control is transferred from the script to the user so that they can inspect the crash. lit would just hang at that point, right?
I worry that people will use this RUN example as an template, and then make a test that does cause the target to execute, which test would then hang up if the target crashed. So I still think ending with an explicit quit rather than using --batch is safer.
Repository:
rL LLVM
https://reviews.llvm.org/D43471
More information about the lldb-commits
mailing list