[PATCH] D111389: [LNT] Added the ability to disable regressions processing to improve performance
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 10 01:03:26 PDT 2021
dmgreen added inline comments.
================
Comment at: lnt/lnttool/main.py:191
+ help="disable regression tracking")
+def action_submit(url, files, select_machine, merge, verbose,
+ ignore_regressions):
----------------
Should this still include testsuite?
Repository:
rLNT LNT
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111389/new/
https://reviews.llvm.org/D111389
More information about the llvm-commits
mailing list