[PATCH] D47114: [FileCheck] Implement -v and -vv for tracing matches
George Karpenkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 20 14:37:30 PDT 2018
george.karpenkov added a comment.
> lit runs only
Yeah, that's why I have originally created the LIT_FILTER variable.
> LIT_FLAGS would work too, right?
Does this variable exist? I've just grepped through LIT source and have not seen it.
> I'd agree, unless a use case we're trying to address is overriding what was specified on the command line
I think it should be other way around: "normal" command line invocation should not have any extra flags, then environment variable (e.g. BOT config) modifies that, and then if the test authors no semantics better (e.g. it operates over HUUUUGE inputs) they can override the environment variable with flags.
Repository:
rL LLVM
https://reviews.llvm.org/D47114
More information about the llvm-commits
mailing list