You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setPropertiesFromParsedAttr is generated only when hasCustomAssemblyFormat=0. parseProperties calls ConcreteOpType::setPropertiesFromParsedAttr, so in that case setPropertiesFromParsedAttr needs to be written by hand or worked around it.
setPropertiesFromParsedAttr only sets properties that are not generated elsewhere, so as it stands it would not be useful for the custom assembly format. However, in such case it could be provided with ellided properties attribute.