diff options
Diffstat (limited to 'lld/ELF/Driver.h')
-rw-r--r-- | lld/ELF/Driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Driver.h b/lld/ELF/Driver.h index 5961e1f69472..b8cbb3b19268 100644 --- a/lld/ELF/Driver.h +++ b/lld/ELF/Driver.h @@ -34,7 +34,7 @@ private: void createFiles(llvm::opt::InputArgList &args); void inferMachineType(); template <class ELFT> void link(llvm::opt::InputArgList &args); - template <class ELFT> void compileBitcodeFiles(); + template <class ELFT> void compileBitcodeFiles(bool skipLinkedOutput); // True if we are in --whole-archive and --no-whole-archive. bool inWholeArchive = false; |