This is an archive of the discontinued LLVM Phabricator instance.

[flang] Don't construct TBP bindings for abstract derived types
ClosedPublic

Authored by klausler on Aug 26 2022, 5:39 PM.

Details

Summary

The tables constructed by semantics that describe derived types to
the runtime support library must not include "vtable" entries for
the deferred type-bound procedures of abstract derived types;
these can turn out to be unsatisfiable external references to
procedures whose interfaces were used in the definitions of those
bindings.

Diff Detail

Event Timeline

klausler created this revision.Aug 26 2022, 5:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2022, 5:39 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 26 2022, 5:39 PM
vdonaldson accepted this revision.Aug 26 2022, 6:02 PM
This revision is now accepted and ready to land.Aug 26 2022, 6:02 PM