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 55068dc commit d9e4f26Copy full SHA for d9e4f26
lld/ELF/InputSection.h
@@ -33,7 +33,7 @@ class SyntheticSection;
33
template <class ELFT> class ObjFile;
34
class OutputSection;
35
36
-// Returned by InputSectionBase::relsOrRelas. At most one member is empty.
+// Returned by InputSectionBase::relsOrRelas. At least two members are empty.
37
template <class ELFT> struct RelsOrRelas {
38
Relocs<typename ELFT::Rel> rels;
39
Relocs<typename ELFT::Rela> relas;
0 commit comments