We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d81bc0 commit 9c8f950Copy full SHA for 9c8f950
llvm/include/llvm/Support/ELFAttributes.h
@@ -36,6 +36,7 @@ struct BuildAttributeItem {
36
BuildAttributeItem(Types Ty, unsigned Tg, unsigned IV, std::string SV)
37
: Type(Ty), Tag(Tg), IntValue(IV), StringValue(std::move(SV)) {}
38
};
39
+
40
struct BuildAttributeSubSection {
41
std::string Name;
42
unsigned IsOptional;
0 commit comments