This is an archive of the discontinued LLVM Phabricator instance.

[flang][driver] Generate run-time type info
ClosedPublic

Authored by awarzynski on Jun 8 2022, 7:49 AM.

Details

Summary

This is a small follow-up for https://reviews.llvm.org/D120051. It makes
sure that tables with "run-time type information for derived types" are
generated for code-gen action. Originally, only non-code-gen actions
were updated (i.e. actions that were fully supported at that time).

Diff Detail

Event Timeline

awarzynski created this revision.Jun 8 2022, 7:49 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
awarzynski requested review of this revision.Jun 8 2022, 7:49 AM
This revision is now accepted and ready to land.Jun 8 2022, 1:32 PM
This revision was automatically updated to reflect the committed changes.