[clang] [FMV][AIX] Implement target_clones (PR #177428)

Zarko Todorovski via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 6 09:52:46 PST 2026


================
@@ -2092,6 +2092,20 @@ static bool isUniqueInternalLinkageDecl(GlobalDecl GD,
          (CGM.getFunctionLinkage(GD) == llvm::GlobalValue::InternalLinkage);
 }
 
+// On certain platforms, a declared (but not defined) FMV shall be treated
----------------
ZarkoT wrote:

Seems like this is AIX only? Maybe adjust the comment in that case. 

https://github.com/llvm/llvm-project/pull/177428


More information about the cfe-commits mailing list