diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-02-28 00:25:54 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-02-28 00:25:54 +0000 |
commit | e0df00b91f2bf13cb346ceb41a17d05e5a73a42a (patch) | |
tree | 7a2ed69d150e60470e75b284436fdf11748bea3e /lld/ELF/LinkerScript.h | |
parent | 3a4d0a7c17d90d78d299122b44576576da7d9311 (diff) | |
download | bcm5719-llvm-e0df00b91f2bf13cb346ceb41a17d05e5a73a42a.tar.gz bcm5719-llvm-e0df00b91f2bf13cb346ceb41a17d05e5a73a42a.zip |
Rename elf2 to elf.
llvm-svn: 262159
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 |