diff options
Diffstat (limited to 'lld/ELF/LinkerScript.h')
-rw-r--r-- | lld/ELF/LinkerScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index c534478998f..7517838c886 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -17,7 +17,7 @@ #include "llvm/Support/MemoryBuffer.h" namespace lld { -namespace elf2 { +namespace elf { class ScriptParser; template <class ELFT> class InputSectionBase; @@ -75,7 +75,7 @@ private: extern LinkerScript *Script; -} // namespace elf2 +} // namespace elf } // namespace lld #endif |