Skip to content

plugins: Ensure that loadInterface plugins can see annotations

Ben Gamari requested to merge wip/T17730 into master

loadInterface replaces the mi_decls, mi_insts, mi_fam_insts, mi_rules, mi_anns fields of ModIface with undefined before inserting the interface into the EPS. However, we still want to give loadInterface plugins access to these fields. Consequently, we want to pass the unmodified ModIface the plugin.

Fixes #17730

Edited by Ömer Sinan Ağacan

Merge request reports