================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
