forked from OSchip/llvm-project
[lld-macho] Remove stray debug printf
Accidentally committed as part of b440c25742
.
This commit is contained in:
parent
588df1985c
commit
013efeec34
|
@ -343,7 +343,6 @@ void TextOutputSection::finalize() {
|
|||
thunkInfo.sym->used = true;
|
||||
target->populateThunk(thunkInfo.isec, funcSym);
|
||||
finalizeOne(thunkInfo.isec);
|
||||
fprintf(stderr, "%" PRIx64 "\n", thunkInfo.isec->outSecOff);
|
||||
thunks.push_back(thunkInfo.isec);
|
||||
++thunkCount;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue