[PATCH] D65707: [FileCheck] Document FILECHECK_OPTS in -help
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 08:18:22 PDT 2019
thopre added inline comments.
================
Comment at: llvm/utils/FileCheck/FileCheck.cpp:27-29
+static cl::extrahelp FileCheckOptsEnv(
+ "\nOptions are parsed from the environment variable FILECHECK_OPTS and\n"
+ "from the command line.\n");
----------------
Do I read this right and the options in effect are the union of those specified in FILECHECK_OPTS and those on the command-line?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65707/new/
https://reviews.llvm.org/D65707
More information about the llvm-commits
mailing list