Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lld/ELF/InputSection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ template <class ELFT> void EhInputSection::split() {
}

// Find the first relocation that points to [off,off+size). Relocations
// have been sorted by r_offset.
// have been sorted by offset.
const uint64_t off = d.data() - content().data();
while (relI != rels.size() && rels[relI].offset < off)
++relI;
Expand Down