summaryrefslogtreecommitdiffstats
path: root/lld/ELF/SymbolTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/SymbolTable.h')
-rw-r--r--lld/ELF/SymbolTable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/SymbolTable.h b/lld/ELF/SymbolTable.h
index 632e71bf36d..1f602e702e4 100644
--- a/lld/ELF/SymbolTable.h
+++ b/lld/ELF/SymbolTable.h
@@ -18,7 +18,7 @@ class Module;
}
namespace lld {
-namespace elf2 {
+namespace elf {
class Lazy;
template <class ELFT> class OutputSectionBase;
struct Symbol;
@@ -103,7 +103,7 @@ private:
llvm::DenseSet<StringRef> SoNames;
};
-} // namespace elf2
+} // namespace elf
} // namespace lld
#endif
OpenPOWER on IntegriCloud