summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LTO.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/LTO.h')
-rw-r--r--lld/ELF/LTO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LTO.h b/lld/ELF/LTO.h
index b3d734f2d38..3cb763650e1 100644
--- a/lld/ELF/LTO.h
+++ b/lld/ELF/LTO.h
@@ -43,7 +43,7 @@ public:
BitcodeCompiler();
~BitcodeCompiler();
- void add(BitcodeFile &F);
+ template <class ELFT> void add(BitcodeFile &F);
std::vector<InputFile *> compile();
private:
OpenPOWER on IntegriCloud