Type descriptor and its binding table are defined as fir.global in FIR.
Their names are derived from the derived-type name. This patch adds a new
function getTypeDescriptorBindingTableName in the NameUniquer and
refactor the GetTypeDescriptorName function to reuse the same code.
This will be used in the fir.dispatch code generation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Should read "Given a" rather than "Given an".