summaryrefslogtreecommitdiff
path: root/lld/include
diff options
context:
space:
mode:
Diffstat (limited to 'lld/include')
-rw-r--r--lld/include/lld/Driver/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Driver/Driver.h b/lld/include/lld/Driver/Driver.h
index 2c5b22b76ce5..b990613cb765 100644
--- a/lld/include/lld/Driver/Driver.h
+++ b/lld/include/lld/Driver/Driver.h
@@ -71,7 +71,7 @@ private:
/// Driver for Windows 'link.exe' command line options
namespace coff {
-void link(llvm::ArrayRef<const char *> args);
+bool link(llvm::ArrayRef<const char *> args);
}
namespace elf {