[PATCH] D76829: [lit] Introduce setup and teardown routines
Sergej Jaskiewicz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 06:28:28 PDT 2020
broadwaylamb added a comment.
@ldionne I tried to find a way but couldn't. All the code in executor classes is run either at configuration time (when we parse `lit.cfg`), or while running each test. There's no way to tell it to run "when all tests have completed", AFAICT.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76829/new/
https://reviews.llvm.org/D76829
More information about the llvm-commits
mailing list