================ @@ -1689,6 +1689,8 @@ bool BinaryFunction::scanExternalRefs() { // Create relocation for every fixup. for (const MCFixup &Fixup : Fixups) { std::optional<Relocation> Rel = BC.MIB->createRelocation(Fixup, *BC.MAB); + // Can be skipped under the right circumstances. ---------------- maksfb wrote:
Maybe we can say here "can be skipped in case of the overflow"? 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