diff options
Diffstat (limited to 'lld/ELF/Error.h')
-rw-r--r-- | lld/ELF/Error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Error.h b/lld/ELF/Error.h index 6cb954820d5..5776d835467 100644 --- a/lld/ELF/Error.h +++ b/lld/ELF/Error.h @@ -45,6 +45,7 @@ template <typename T> void error(const ErrorOr<T> &V, const Twine &Prefix) { error(V.getError(), Prefix); } +LLVM_ATTRIBUTE_NORETURN void exitLld(int Val); LLVM_ATTRIBUTE_NORETURN void fatal(const Twine &Msg); LLVM_ATTRIBUTE_NORETURN void fatal(std::error_code EC, const Twine &Prefix); |