Skip to content

Commit f2c1e41

Browse files
committed
[Hexagon] Add missing build attributes
Attributes for v77-81 were recorded but ignored.
1 parent ec21e58 commit f2c1e41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/lib/Object/ELFObjectFile.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,12 @@ static std::optional<std::string> hexagonAttrToFeatureString(unsigned Attr) {
311311
return "v73";
312312
case 75:
313313
return "v75";
314+
case 77:
315+
return "v77";
316+
case 79:
317+
return "v79";
318+
case 81:
319+
return "v81";
314320
default:
315321
return {};
316322
}

0 commit comments

Comments
 (0)