diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index 2ca9caa1d91..5cda94bae27 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -88,7 +88,7 @@ public: // Globals for name and overview of program. Program name is not a string to // avoid static ctor/dtor issues. std::string ProgramName; - const char *ProgramOverview = nullptr; + const char *ProgramOverview; // This collects additional help to be printed. std::vector MoreHelp; @@ -97,7 +97,9 @@ public: SmallVector