For PR797:
[oota-llvm.git] / lib / Support / CommandLine.cpp
index f7fbef6b72862b83467ed4fa2ae94107ea786065..069940162b4a1ee69866badf0533c2e1e395ab75 100644 (file)
@@ -31,7 +31,7 @@ using namespace llvm;
 using namespace cl;
 
 // Globals for name and overview of program
-static const char *ProgramName = "<unknown>";
+static const char *ProgramName = "<premain>";
 static const char *ProgramOverview = 0;
 
 // This collects additional help to be printed.