diff options
Diffstat (limited to 'llvm/tools/llvm-dwp/llvm-dwp.cpp')
-rw-r--r-- | llvm/tools/llvm-dwp/llvm-dwp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvm-dwp/llvm-dwp.cpp b/llvm/tools/llvm-dwp/llvm-dwp.cpp index d5ebe5a..7bd7575 100644 --- a/llvm/tools/llvm-dwp/llvm-dwp.cpp +++ b/llvm/tools/llvm-dwp/llvm-dwp.cpp @@ -377,7 +377,8 @@ writeIndex(MCStreamer &Out, MCSection *Section, &DWARFUnitIndex::Entry::SectionContribution::Length); } -std::string buildDWODescription(StringRef Name, StringRef DWPName, StringRef DWOName) { +static std::string buildDWODescription(StringRef Name, StringRef DWPName, + StringRef DWOName) { std::string Text = "\'"; Text += Name; Text += '\''; |