aboutsummaryrefslogtreecommitdiff
path: root/COFF/Strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/Strings.cpp')
-rw-r--r--COFF/Strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/COFF/Strings.cpp b/COFF/Strings.cpp
index 84f9b9a55a32..89b9c5186fd1 100644
--- a/COFF/Strings.cpp
+++ b/COFF/Strings.cpp
@@ -20,7 +20,7 @@ using namespace lld;
using namespace lld::coff;
using namespace llvm;
-Optional<std::string> coff::demangle(StringRef S) {
+Optional<std::string> coff::demangleMSVC(StringRef S) {
#if defined(_MSC_VER)
// UnDecorateSymbolName is not thread-safe, so we need a mutex.
static std::mutex Mu;