[lld] 013efee - [lld-macho] Remove stray debug printf

Jez Ng via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 19:18:05 PDT 2022


Author: Jez Ng
Date: 2022-04-22T22:17:24-04:00
New Revision: 013efeec34455f840c0fdabbe78a8151e8f52396

URL: https://github.com/llvm/llvm-project/commit/013efeec34455f840c0fdabbe78a8151e8f52396
DIFF: https://github.com/llvm/llvm-project/commit/013efeec34455f840c0fdabbe78a8151e8f52396.diff

LOG: [lld-macho] Remove stray debug printf

Accidentally committed as part of b440c25742.

Added: 
    

Modified: 
    lld/MachO/ConcatOutputSection.cpp

Removed: 
    


################################################################################
diff  --git a/lld/MachO/ConcatOutputSection.cpp b/lld/MachO/ConcatOutputSection.cpp
index 27db6cc5d40d3..73222eeef0b91 100644
--- a/lld/MachO/ConcatOutputSection.cpp
+++ b/lld/MachO/ConcatOutputSection.cpp
@@ -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;
     }


        


More information about the llvm-commits mailing list