================ @@ -197,6 +218,10 @@ void BinarySection::flushPendingRelocations(raw_pwrite_stream &OS, } clearList(PendingRelocations); + + if (SkippedPendingRelocations > 0) + LLVM_DEBUG(dbgs() << "BOLT-INFO: Skipped " << SkippedPendingRelocations + << " pending relocations as they were out of range\n"); ---------------- paschalis-mpeis wrote:
Done. https://github.com/llvm/llvm-project/pull/116964 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits