diff options
Diffstat (limited to 'lld/ELF/Target.cpp')
-rw-r--r-- | lld/ELF/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp index 808bf4e9c93..893bb5ee0e1 100644 --- a/lld/ELF/Target.cpp +++ b/lld/ELF/Target.cpp @@ -31,7 +31,7 @@ using namespace llvm::support::endian; using namespace llvm::ELF; namespace lld { -namespace elf2 { +namespace elf { TargetInfo *Target; |