[PATCH] D97046: [lit] Generalize `early_tests`

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 01:51:53 PST 2021


jhenderson added a comment.

I agree with the idea. I haven't had a chance to look at this properly yet (I'm struggling with a health issue this week). Hopefully later in the week I will.



================
Comment at: mlir/test/Unit/lit.cfg.py:16
 
-# is_early; Request to run this suite early.
-config.is_early = True
+# start_phase; Request to start this suite early.
+config.start_phase = -1
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97046/new/

https://reviews.llvm.org/D97046



More information about the llvm-commits mailing list