Skip to content

Commit 43949e0

Browse files
author
Alex B
committed
Undo fixing unrelated formatting
1 parent bc5e342 commit 43949e0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lld/MachO/ConcatOutputSection.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,11 @@ uint64_t TextOutputSection::estimateStubsInRangeVA(size_t callIdx) const {
221221
uint64_t stubsInRangeVA = maxVAOfLastStub - forwardBranchRange;
222222

223223
log("thunks = " + std::to_string(thunkMap.size()) +
224-
", potential = " + std::to_string(maxPotentialThunks) + ", stubs = " +
225-
std::to_string(in.stubs->getSize()) + ", isecVA = " + utohexstr(isecVA) +
226-
", threshold = " + utohexstr(stubsInRangeVA) + ", isecEnd = " +
227-
utohexstr(isecEnd) + ", tail = " + utohexstr(isecEnd - isecVA) +
224+
", potential = " + std::to_string(maxPotentialThunks) +
225+
", stubs = " + std::to_string(in.stubs->getSize()) + ", isecVA = " +
226+
utohexstr(isecVA) + ", threshold = " + utohexstr(stubsInRangeVA) +
227+
", isecEnd = " + utohexstr(isecEnd) +
228+
", tail = " + utohexstr(isecEnd - isecVA) +
228229
", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA)));
229230
return stubsInRangeVA;
230231
}

0 commit comments

Comments
 (0)