[clang] [llvm] [Clang][LoongArch] Support target attribute for function (PR #140700)

via cfe-commits cfe-commits at lists.llvm.org
Wed May 28 20:24:45 PDT 2025


================
@@ -388,6 +388,76 @@ bool LoongArchTargetInfo::handleTargetFeatures(
   return true;
 }
 
+enum class AttrFeatureKind { Arch, Tune, NoFeature, Feature, Invalid };
----------------
wangleiat wrote:

Is Invalid unused?

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


More information about the cfe-commits mailing list