Re: [PATCH v7 08/13] fmv: Support mixing of target_clones and target_version.

2025-08-01 Thread Richard Sandiford
Alfie Richards writes: > Add support for a FMV set defined by a combination of target_clones and > target_version definitions. > > Additionally, change is_function_default_version to consider a function > declaration annotated with target_clones containing default to be a > default version. > > La

[PATCH v7 08/13] fmv: Support mixing of target_clones and target_version.

2025-07-28 Thread Alfie Richards
Add support for a FMV set defined by a combination of target_clones and target_version definitions. Additionally, change is_function_default_version to consider a function declaration annotated with target_clones containing default to be a default version. Lastly, add support for the case that a

[PATCH v7 08/13] fmv: Support mixing of target_clones and target_version.

2025-07-21 Thread Alfie Richards
Add support for a FMV set defined by a combination of target_clones and target_version definitions. Additionally, change is_function_default_version to consider a function declaration annotated with target_clones containing default to be a default version. Lastly, add support for the case that a