This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Explicit template instantiations for addFile
ClosedPublic

Authored by eraman on Jan 8 2018, 6:13 PM.

Details

Summary

All other templated methods have explicit instantiations but this one is
missing. Discovered while building with a clang with inliner
modifications.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

eraman created this revision.Jan 8 2018, 6:13 PM
smeenai accepted this revision.Jan 8 2018, 6:27 PM
smeenai added a reviewer: ruiu.
smeenai added a subscriber: smeenai.

LGTM, given that it just seems like an oversight.

This revision is now accepted and ready to land.Jan 8 2018, 6:27 PM
This revision was automatically updated to reflect the committed changes.