[llvm] [Hexagon] Add missing build attributes (PR #166992)

Ikhlas Ajbar via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 7 11:20:57 PST 2025


================
@@ -311,6 +311,12 @@ static std::optional<std::string> hexagonAttrToFeatureString(unsigned Attr) {
     return "v73";
   case 75:
     return "v75";
+  case 77:
----------------
iajbar wrote:

Should V77 be removed?

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


More information about the llvm-commits mailing list