[llvm] [feature][riscv] handle target address calculation in llvm-objdump disassembly for riscv (PR #144620)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 23 00:26:32 PDT 2025
================
@@ -2430,7 +2432,7 @@ disassembleObject(ObjectFile &Obj, const ObjectFile &DbgObj,
break;
}
- // Branch targets are printed just after the instructions.
+ // Branch and instruction targets are printed just after the instructions.
----------------
jh7370 wrote:
Branches are a kind of instruction, so this should just be "Instruction targets are printed ..."
https://github.com/llvm/llvm-project/pull/144620
More information about the llvm-commits
mailing list