summaryrefslogtreecommitdiff
path: root/include/lld/Driver/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lld/Driver/Driver.h')
-rw-r--r--include/lld/Driver/Driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lld/Driver/Driver.h b/include/lld/Driver/Driver.h
index a3265c85716a5..4ba0994e88b9b 100644
--- a/include/lld/Driver/Driver.h
+++ b/include/lld/Driver/Driver.h
@@ -15,7 +15,8 @@
namespace lld {
namespace coff {
-bool link(llvm::ArrayRef<const char *> Args);
+bool link(llvm::ArrayRef<const char *> Args,
+ llvm::raw_ostream &Diag = llvm::errs());
}
namespace elf {