diff options
Diffstat (limited to 'lld/ELF/Error.h')
-rw-r--r-- | lld/ELF/Error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Error.h b/lld/ELF/Error.h index 941190e84d3..8ea468d59f6 100644 --- a/lld/ELF/Error.h +++ b/lld/ELF/Error.h @@ -17,7 +17,7 @@ class raw_ostream; } namespace lld { -namespace elf2 { +namespace elf { extern bool HasError; extern llvm::raw_ostream *ErrorOS; @@ -47,7 +47,7 @@ template <typename T> void fatal(const ErrorOr<T> &V, const Twine &Prefix) { template <typename T> void fatal(const ErrorOr<T> &V) { fatal(V.getError()); } -} // namespace elf2 +} // namespace elf } // namespace lld #endif |