[PATCH] D19949: test_suite: Add a --just-submit flag and mode

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 18:16:22 PDT 2016


MatzeB added a comment.

I should also mention that this commit rewrites some sketchy detection of test compilation failures which would previously look for .test files - unfortuntately those exist even if the compilation failed. Instead I look for the newly introduced 'NOEXE' flag from the lit output now. (I did this as part of this patch because I wanted to get rid of any filesystem activity outside of reading the xxx.json file in --just-submit mode).


Repository:
  rL LLVM

http://reviews.llvm.org/D19949





More information about the llvm-commits mailing list