diff options
Diffstat (limited to 'include/lld/Driver/Driver.h')
-rw-r--r-- | include/lld/Driver/Driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lld/Driver/Driver.h b/include/lld/Driver/Driver.h index 312f4f812b77d..a3265c85716a5 100644 --- a/include/lld/Driver/Driver.h +++ b/include/lld/Driver/Driver.h @@ -19,7 +19,7 @@ bool link(llvm::ArrayRef<const char *> Args); } namespace elf { -bool link(llvm::ArrayRef<const char *> Args, +bool link(llvm::ArrayRef<const char *> Args, bool CanExitEarly, llvm::raw_ostream &Diag = llvm::errs()); } |