diff options
author | jeanPerier <jperier@nvidia.com> | 2025-09-16 10:45:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-16 10:45:23 +0200 |
commit | 0002960d85736c37ac18b31b8cc590be924e20e1 (patch) | |
tree | 674bb48b8ccf2a620bbfd9fecb391309620161f8 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 788a25a0f71bfa5e5e1c12ad093993b115d10e7a (diff) | |
download | llvm-0002960d85736c37ac18b31b8cc590be924e20e1.zip llvm-0002960d85736c37ac18b31b8cc590be924e20e1.tar.gz llvm-0002960d85736c37ac18b31b8cc590be924e20e1.tar.bz2 |
[flang] fix passing characters to polymorphic array pointers (#157813)
The existing code failed to detect character array as being character
because of the extra fir.array type indirection. Use
`fir::getFortranElementType` for a more generic type handling.
Fixes #150749.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions