[llvm] [llvm-objdump] Add the --visualize-jumps option (PR #74858)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 01:01:43 PST 2023
================
@@ -2209,7 +2320,7 @@ disassembleObject(ObjectFile &Obj, const ObjectFile &DbgObj,
printBTFRelocation(FOS, *BTF, {Index, Section.getIndex()}, LVP);
// Hexagon does this in pretty printer
- if (Obj.getArch() != Triple::hexagon) {
+ if (Obj.getArch() != Triple::hexagon && InlineRelocs) {
----------------
jh7370 wrote:
This seems unrelated?
https://github.com/llvm/llvm-project/pull/74858
More information about the llvm-commits
mailing list