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 7d2d795 commit b2803a3Copy full SHA for b2803a3
lld/ELF/InputFiles.cpp
@@ -701,6 +701,7 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
701
initializeSymbols(obj);
702
return;
703
}
704
+
705
// Handle dependent libraries and selection of section groups as these are not
706
// done in parallel.
707
ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>();
0 commit comments