[flang] Don't construct TBP bindings for abstract derived types
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. Differential Revision: https://reviews.llvm.org/D132774
Loading
Please sign in to comment