[PATCH] D37421: [XRay] [test-suite] Add LNT support to retref-bench benchmarks.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 15:31:29 PDT 2017
MatzeB added a comment.
>>> - The list of litsupport plugins is currently global. Thus enabling this microbenchmarking plugin will make the non-microbenchmarking tests fail. It should be easy enough to change this to a local setting so that `lit.local.cfg` files can override the plugin list (just have to convince myself that this is a good feature to have :).
I just refactored the litsupport code in r314239, `config.test_modules` is now evaluated for every test instead of globally allowing to modify the plugin list in places `lit.local.cfg` to change the plugins used for a subdirectory.
https://reviews.llvm.org/D37421
More information about the llvm-commits
mailing list