diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
| commit | d93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch) | |
| tree | 5896fa6c02a262a6148b215487e545d937de58b7 /include/lld/Driver/Driver.h | |
| parent | 8d43286d630f9224de07809ea253e83ebb9cdee6 (diff) | |
Notes
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 312f4f812b77..a3265c85716a 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()); } |
