[PATCH] D19949: test_suite: Add a --just-submit flag and mode
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 18:20:54 PDT 2016
cmatthews added a comment.
I agree with the updated test parsing logic, that is much better.
This flag seems to be redundant to the "lnt submit" feature which is supposed to do exactly the same thing. I would guess that does not work with the lit json directly though? It seems to me that would be a better place for this functionality, otherwise we have lnt runtest test-suite --just-submit <json> and lnt submit <json> which do the same thing to different kinds of json files.
Repository:
rL LLVM
http://reviews.llvm.org/D19949
More information about the llvm-commits
mailing list