[PATCH] D41793: [Debugify] Add an env var to enable faster testing
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 09:19:09 PST 2018
MatzeB added a comment.
BTW: I usually do this instead of an env var to force some arguments to all invocations of a tool in lit:
`llvm-lit -Dllc="llc -verify-machineinstrs"`
https://reviews.llvm.org/D41793
More information about the llvm-commits
mailing list