[llvm] [llvm-objdump][BPF] infer local label names in BPF disassembly (PR #100550)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 11:47:07 PDT 2024


================
@@ -1486,7 +1486,9 @@ collectLocalBranchTargets(ArrayRef<uint8_t> Bytes, MCInstrAnalysis *MIA,
                           std::unordered_map<uint64_t, std::string> &Labels) {
   // So far only supports PowerPC and X86.
----------------
eddyz87 wrote:

Oh, my bad, will update.

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


More information about the llvm-commits mailing list