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 4eb7231 commit 6a21dfaCopy full SHA for 6a21dfa
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