================ @@ -1752,8 +1754,10 @@ static void AppendTargetClonesMangling(const CodeGenModule &CGM, const TargetInfo &TI = CGM.getTarget(); if (TI.getTriple().isAArch64()) { ---------------- ilinpv wrote:
@jroelofs currently in [FMV spec](https://github.com/ARM-software/acle/blob/main/main/acle.md#function-multi-versioning): ``` The following attributes trigger the multi version code generation: __attribute__((target_version("name"))) and __attribute__((target_clones("name",...))). These attributes can't be mixed with each other. ``` https://github.com/llvm/llvm-project/pull/74358 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits