diff options
author | Peter Klausler <pklausler@nvidia.com> | 2025-08-05 13:40:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 13:40:11 -0700 |
commit | fc9a08078017c8a1ad812d01ed9a7d2066b31e07 (patch) | |
tree | d965ba0de4b341886c9798ab68d297baf7b11d9a /llvm/lib/TextAPI | |
parent | 56051daaf0584ed797940fda74a4cfdc2b3586c0 (diff) | |
download | llvm-fc9a08078017c8a1ad812d01ed9a7d2066b31e07.zip llvm-fc9a08078017c8a1ad812d01ed9a7d2066b31e07.tar.gz llvm-fc9a08078017c8a1ad812d01ed9a7d2066b31e07.tar.bz2 |
[flang][runtime] Handle empty NAMELIST value list (#151770)
InputNamelist() returns early if any value list read in by
InputDerivedType() or DescriptorIo<Input>() is empty, since they return
false. But an empty value list is okay, and the early return should
occur only on error.
Fixes https://github.com/llvm/llvm-project/issues/151756.
Diffstat (limited to 'llvm/lib/TextAPI')
0 files changed, 0 insertions, 0 deletions