diff options
Diffstat (limited to 'lld/ELF/Error.cpp')
-rw-r--r-- | lld/ELF/Error.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Error.cpp b/lld/ELF/Error.cpp index 2f78108010e..75b460410c8 100644 --- a/lld/ELF/Error.cpp +++ b/lld/ELF/Error.cpp @@ -14,7 +14,7 @@ #include "llvm/Support/raw_ostream.h" namespace lld { -namespace elf2 { +namespace elf { bool HasError; llvm::raw_ostream *ErrorOS; @@ -60,5 +60,5 @@ void fatal(std::error_code EC) { fatal(EC.message()); } -} // namespace elf2 +} // namespace elf } // namespace lld |