[all-commits] [llvm/llvm-project] ef4318: [flang][driver] Generate run-time type info
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Jun 9 02:39:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef4318e1a4ee7c9c1854d15b1343df73c2901f35
https://github.com/llvm/llvm-project/commit/ef4318e1a4ee7c9c1854d15b1343df73c2901f35
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M flang/lib/Frontend/FrontendActions.cpp
M flang/test/Lower/derived-type-descriptor.f90
Log Message:
-----------
[flang][driver] Generate run-time type info
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 actions. Originally, only non-code-gen actions
were updated (i.e. actions that were fully supported at that time).
Differential Revision: https://reviews.llvm.org/D127307
More information about the All-commits
mailing list