summaryrefslogtreecommitdiff
path: root/src/common/demangle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/demangle.cpp')
-rw-r--r--src/common/demangle.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/demangle.cpp b/src/common/demangle.cpp
index f4246f666..3310faf86 100644
--- a/src/common/demangle.cpp
+++ b/src/common/demangle.cpp
@@ -1,13 +1,11 @@
1// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project 1// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
2// SPDX-License-Identifier: GPL-2.0-or-later 2// SPDX-License-Identifier: GPL-2.0-or-later
3 3
4#include <llvm/Demangle/Demangle.h>
5
4#include "common/demangle.h" 6#include "common/demangle.h"
5#include "common/scope_exit.h" 7#include "common/scope_exit.h"
6 8
7namespace llvm {
8char* itaniumDemangle(const char* mangled_name, char* buf, size_t* n, int* status);
9}
10
11namespace Common { 9namespace Common {
12 10
13std::string DemangleSymbol(const std::string& mangled) { 11std::string DemangleSymbol(const std::string& mangled) {