Skip to content

Commit 9c8f950

Browse files
committed
format
1 parent 9d81bc0 commit 9c8f950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Support/ELFAttributes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ struct BuildAttributeItem {
3636
BuildAttributeItem(Types Ty, unsigned Tg, unsigned IV, std::string SV)
3737
: Type(Ty), Tag(Tg), IntValue(IV), StringValue(std::move(SV)) {}
3838
};
39+
3940
struct BuildAttributeSubSection {
4041
std::string Name;
4142
unsigned IsOptional;

0 commit comments

Comments
 (0)