[PATCH] D65707: [FileCheck] Document FILECHECK_OPTS in -help

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 19:55:43 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL368787: [FileCheck] Document FILECHECK_OPTS in -help (authored by jdenny, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65707?vs=213215&id=215020#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65707/new/

https://reviews.llvm.org/D65707

Files:
  llvm/trunk/utils/FileCheck/FileCheck.cpp


Index: llvm/trunk/utils/FileCheck/FileCheck.cpp
===================================================================
--- llvm/trunk/utils/FileCheck/FileCheck.cpp
+++ llvm/trunk/utils/FileCheck/FileCheck.cpp
@@ -24,6 +24,10 @@
 #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);
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65707.215020.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/dc63e58b/attachment.bin>


More information about the llvm-commits mailing list