This is an archive of the discontinued LLVM Phabricator instance.

[MS] Don't expect vftables to be provided for extern template instantiations
ClosedPublic

Authored by rnk on Jun 20 2016, 6:21 PM.

Details

Summary

MSVC doesn't provide them. PR28223

I left behind the machinery in case we want to resurrect available_externally
vftable emission to support devirtualization.

Diff Detail

Repository
rL LLVM

Event Timeline

rnk updated this revision to Diff 61331.Jun 20 2016, 6:21 PM
rnk retitled this revision from to [MS] Don't expect vftables to be provided for extern template instantiations.
rnk updated this object.
rnk added a reviewer: majnemer.
rnk added a subscriber: cfe-commits.
majnemer accepted this revision.Jun 20 2016, 7:40 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 20 2016, 7:40 PM
This revision was automatically updated to reflect the committed changes.