[clang] [FMV][AIX] Implement target_clones (cpu-only) (PR #177428)
Zarko Todorovski via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 12 10:02:59 PDT 2026
================
@@ -199,6 +199,11 @@ class LLVM_LIBRARY_VISIBILITY PPCTargetInfo : public TargetInfo {
bool supportsTargetAttributeTune() const override { return true; }
+ bool isValidFeatureName(StringRef Name) const override;
----------------
ZarkoT wrote:
As above, can be removed.
https://github.com/llvm/llvm-project/pull/177428
More information about the cfe-commits
mailing list