Re: [PATCH v3 1/1] CPP: Add flag to generate resolver at default version implementation.

2024-12-03 Thread Jason Merrill
On 11/26/24 9:35 AM, alfie.richa...@arm.com wrote: This patch adds the TARGET_CREATE_FMV_DISPATCHER_AT_DEFAULT_IMPL flag which changes FMV behavior for target_version functions to match the Arm C Language Extension. The functional differences consist of: 1. Generating the resolver for the dispa

Ping: [PATCH v3 1/1] CPP: Add flag to generate resolver at default version implementation.

2024-12-03 Thread Alfie Richards
Hi all, Ping for this as it no longer needs the C patch and is independent. Kind regards, Alfie On 26/11/2024 14:35, alfie.richa...@arm.com wrote: This patch adds the TARGET_CREATE_FMV_DISPATCHER_AT_DEFAULT_IMPL flag which changes FMV behavior for target_version functions to match the Arm C La

[PATCH v3 1/1] CPP: Add flag to generate resolver at default version implementation.

2024-11-26 Thread alfie.richards
This patch adds the TARGET_CREATE_FMV_DISPATCHER_AT_DEFAULT_IMPL flag which changes FMV behavior for target_version functions to match the Arm C Language Extension. The functional differences consist of: 1. Generating the resolver for the dispatched symbol at the site of the default version de