[all-commits] [llvm/llvm-project] ceccfc: [flang] Don't construct TBP bindings for abstract ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Aug 29 10:54:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ceccfc85a0f70b79169974aeaf104026d4922635
      https://github.com/llvm/llvm-project/commit/ceccfc85a0f70b79169974aeaf104026d4922635
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-08-29 (Mon, 29 Aug 2022)

  Changed paths:
    M flang/lib/Semantics/runtime-type-info.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list