Skip to content

Commit 29a57db

Browse files
committed
[LLD][AArch64] Fixup comment
A leftover from a previous attempt that I forgot to get rid of.
1 parent ec6ae99 commit 29a57db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lld/ELF/Relocations.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,9 +2366,8 @@ bool ThunkCreator::createThunks(uint32_t pass,
23662366
uint64_t src = isec->getVA(rel.offset);
23672367

23682368
// If we are a relocation to an existing Thunk, check if it is
2369-
// still in range, or if it needs a landing pad created. If not
2370-
// range then Rel will be altered to point to its original target
2371-
// so another Thunk can be generated.
2369+
// still in range. If not then Rel will be altered to point to its
2370+
// original target so another Thunk can be generated.
23722371
if (pass > 0 && normalizeExistingThunk(rel, src))
23732372
continue;
23742373

0 commit comments

Comments
 (0)