Re: [PATCH v3 01/11] Introduce TARGET_CLONES_ATTR_SEPARATOR for RISC-V

2024-10-31 Thread Kito Cheng
Hi Jeff: Do you mind giving an LGTM/OK for this patch? it's outside RISC-V folder so I think we need you to help :P And this patch looks OK to me already :) On Thu, Oct 24, 2024 at 3:11 PM Yangyu Chen wrote: > > Some architectures may use ',' in the attribute string, but it is not > used as t

[PATCH v3 01/11] Introduce TARGET_CLONES_ATTR_SEPARATOR for RISC-V

2024-10-24 Thread Yangyu Chen
Some architectures may use ',' in the attribute string, but it is not used as the separator for different targets. To avoid conflict, we introduce a new macro TARGET_CLONES_ATTR_SEPARATOR to separate different clones. As an example, according to RISC-V C-API Specification [1], RISC-V allows ',' in