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 ff8fce2 commit ac31e68Copy full SHA for ac31e68
llvm/lib/ObjCopy/COFF/COFFWriter.cpp
@@ -121,7 +121,7 @@ void COFFWriter::layoutSections() {
121
Expected<size_t> COFFWriter::finalizeStringTable() {
122
for (const auto &S : Obj.getSections())
123
if (S.Name.size() > COFF::NameSize)
124
- StrTabBuilder.add(S.Name, /*Priority=*/UINT8_MAX);
+ StrTabBuilder.add(S.Name);
125
126
for (const auto &S : Obj.getSymbols())
127
0 commit comments