Add support for reading command line arguments from an environment variable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7851 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h
index 245d15b..faf8206 100644
--- a/include/Support/CommandLine.h
+++ b/include/Support/CommandLine.h
@@ -32,6 +32,13 @@
 				 const char *Overview = 0);
 
 //===----------------------------------------------------------------------===//
+// ParseEnvironmentOptions - Environment variable option processing alternate
+//                           entry point.
+//
+void cl::ParseEnvironmentOptions (char *progName, char *envvar,
+				  const char *Overview = 0);
+
+//===----------------------------------------------------------------------===//
 // Flags permitted to be passed to command line arguments
 //