aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/lld/include/lld/Driver/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/lld/include/lld/Driver/Driver.h')
-rw-r--r--contrib/llvm/tools/lld/include/lld/Driver/Driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm/tools/lld/include/lld/Driver/Driver.h b/contrib/llvm/tools/lld/include/lld/Driver/Driver.h
index a3265c85716a..4ba0994e88b9 100644
--- a/contrib/llvm/tools/lld/include/lld/Driver/Driver.h
+++ b/contrib/llvm/tools/lld/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 {