Skip to content

Commit 682c8e2

Browse files
authored
[Hexagon] Add missing build attributes (llvm#166992)
Attributes for v79 and 81 were recorded but ignored.
1 parent 8a6d5f6 commit 682c8e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/lib/Object/ELFObjectFile.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ static std::optional<std::string> hexagonAttrToFeatureString(unsigned Attr) {
311311
return "v73";
312312
case 75:
313313
return "v75";
314+
case 79:
315+
return "v79";
316+
case 81:
317+
return "v81";
314318
default:
315319
return {};
316320
}

0 commit comments

Comments
 (0)