diff options
Diffstat (limited to 'ELF/Symbols.cpp')
| -rw-r--r-- | ELF/Symbols.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ELF/Symbols.cpp b/ELF/Symbols.cpp index f8d585242a86..4af1b88e79ad 100644 --- a/ELF/Symbols.cpp +++ b/ELF/Symbols.cpp @@ -115,8 +115,7 @@ std::unique_ptr<InputFile> Lazy::getMember() { // read from the library. if (MBRef.getBuffer().empty()) return std::unique_ptr<InputFile>(nullptr); - - return createELFFile<ObjectFile>(MBRef); + return createObjectFile(MBRef); } template <class ELFT> static void doInitSymbols() { |
