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

via cfe-commits cfe-commits at lists.llvm.org
Wed May 28 00:46:30 PDT 2025


================
@@ -85,6 +85,7 @@ struct ArchInfo {
 };
 
 bool isValidArchName(StringRef Arch);
+bool isValidFeatureName(StringRef Arch);
----------------
wangleiat wrote:

Arch -> Feature

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


More information about the cfe-commits mailing list