Skip to content

Commit e40609a

Browse files
committed
revert std::string to StringRef, change already been merged
1 parent 93f21f2 commit e40609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/ELFAttributes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct BuildAttributeItem {
3838
};
3939

4040
struct BuildAttributeSubSection {
41-
std::string Name;
41+
StringRef Name;
4242
unsigned IsOptional;
4343
unsigned ParameterType;
4444
SmallVector<BuildAttributeItem, 64> Content;

0 commit comments

Comments
 (0)