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 ec6ae99 commit 29a57dbCopy full SHA for 29a57db
lld/ELF/Relocations.cpp
@@ -2366,9 +2366,8 @@ bool ThunkCreator::createThunks(uint32_t pass,
2366
uint64_t src = isec->getVA(rel.offset);
2367
2368
// 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.
+ // still in range. If not then Rel will be altered to point to its
+ // original target so another Thunk can be generated.
2372
if (pass > 0 && normalizeExistingThunk(rel, src))
2373
continue;
2374
0 commit comments