diff options
Diffstat (limited to 'lld/COFF/Symbols.h')
-rw-r--r-- | lld/COFF/Symbols.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lld/COFF/Symbols.h b/lld/COFF/Symbols.h index bc9ad4aa8af..1ca7366364d 100644 --- a/lld/COFF/Symbols.h +++ b/lld/COFF/Symbols.h @@ -428,10 +428,9 @@ inline Symbol *SymbolBody::symbol() { return reinterpret_cast<Symbol *>(reinterpret_cast<char *>(this) - offsetof(Symbol, Body)); } - -std::string toString(SymbolBody &B); - } // namespace coff + +std::string toString(coff::SymbolBody &B); } // namespace lld #endif |