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 83392bdf2eb..6cb954820d5 100644 --- a/lld/ELF/Error.h +++ b/lld/ELF/Error.h @@ -33,6 +33,7 @@ namespace elf { extern bool HasError; extern llvm::raw_ostream *ErrorOS; +extern llvm::StringRef Argv0; void log(const Twine &Msg); void warn(const Twine &Msg); |