We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2616c commit 03789e6Copy full SHA for 03789e6
llvm/tools/llvm-cgdata/llvm-cgdata.cpp
@@ -75,8 +75,8 @@ class CGDataOptTable : public opt::GenericOptTable {
75
76
// Options
77
static StringRef ToolName;
78
-static StringRef OutputFilename = "-";
79
-static StringRef Filename;
+static std::string OutputFilename = "-";
+static std::string Filename;
80
static bool ShowCGDataVersion;
81
static bool SkipTrim;
82
static CGDataAction Action;
0 commit comments