[all-commits] [llvm/llvm-project] 82cb79: [flang][runtime] Allow CLASS(*) components when cr...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Dec 16 15:09:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82cb792066e1476f5ce41a2dfe719617e80c67ec
https://github.com/llvm/llvm-project/commit/82cb792066e1476f5ce41a2dfe719617e80c67ec
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M flang/runtime/type-info.cpp
Log Message:
-----------
[flang][runtime] Allow CLASS(*) components when creating descriptors
Extend the descriptor creation function for components to allow
unlimited polymorphic components (CLASS(*)) and to also properly set
the attributes of the established descriptors.
Differential Revision: https://reviews.llvm.org/D140141
More information about the All-commits
mailing list