llvm-project
9bb31e8f - [Flang] Fix crash when a derived type with private attribute is specified in extends (#151051)

Commit
139 days ago
[Flang] Fix crash when a derived type with private attribute is specified in extends (#151051) While lowering to HLFIR, when a parent type is private, its name is mangled, so we need to get it from the parent symbol. Fixes #120922
Author
Parents
Loading