[Lldb-commits] [PATCH] D66837: [dotest] Remove -q (quiet) flag.

2019-08-28 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL370226: [dotest] Remove -q (quiet) flag. (authored by JDevlieghere, committed by ). Herald added a project: LLVM. Herald a

[Lldb-commits] [PATCH] D66837: [dotest] Remove -q (quiet) flag.

2019-08-27 Thread Davide Italiano via Phabricator via lldb-commits
davide added a comment. LGTM Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66837/new/ https://reviews.llvm.org/D66837 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[Lldb-commits] [PATCH] D66837: [dotest] Remove -q (quiet) flag.

2019-08-27 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: LLDB. Herald added a subscriber: teemperor. Herald added a project: LLDB. I propose removing the `-q` (quiet) flag and changing the default behavior. Currently the flag serves two purposes that are somewhat contradictory, as illu