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

via cfe-commits cfe-commits at lists.llvm.org
Wed May 28 01:06:55 PDT 2025


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

Done.

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


More information about the cfe-commits mailing list