[llvm] [llvm-objdump] Add the --visualize-jumps option (PR #74858)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 08:29:53 PST 2023


================
@@ -1300,6 +1375,10 @@ collectLocalBranchTargets(ArrayRef<uint8_t> Bytes, MCInstrAnalysis *MIA,
   Start += SectionAddr;
   End += SectionAddr;
   uint64_t Index = Start;
+
+  std::vector<RelocationRef>::const_iterator RelCur = Relocs.begin();
+  std::vector<RelocationRef>::const_iterator RelEnd = Relocs.end();
----------------
ostannard wrote:

Done

https://github.com/llvm/llvm-project/pull/74858


More information about the llvm-commits mailing list