]> granicus.if.org Git - llvm/commitdiff
[FileCheck] Document FILECHECK_OPTS in -help
authorJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 14 Aug 2019 02:56:20 +0000 (02:56 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 14 Aug 2019 02:56:20 +0000 (02:56 +0000)
Reviewed By: thopre

Differential Revision: https://reviews.llvm.org/D65707

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368787 91177308-0d34-0410-b5e6-96231b3b80d8

utils/FileCheck/FileCheck.cpp

index 879a3834eda4729d5f60466f83be77c20cc476a8..2710ccb406c7a2dde1db65cc5a2d23f0819d6dc0 100644 (file)
 #include <cmath>
 using namespace llvm;
 
+static cl::extrahelp FileCheckOptsEnv(
+    "\nOptions are parsed from the environment variable FILECHECK_OPTS and\n"
+    "from the command line.\n");
+
 static cl::opt<std::string>
     CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Optional);