summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-02-28 00:25:54 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-02-28 00:25:54 +0000
commite0df00b91f2bf13cb346ceb41a17d05e5a73a42a (patch)
tree7a2ed69d150e60470e75b284436fdf11748bea3e /lld/ELF/LinkerScript.h
parent3a4d0a7c17d90d78d299122b44576576da7d9311 (diff)
downloadbcm5719-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.h4
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
OpenPOWER on IntegriCloud