[PATCH] D46728: Update Hexagon's relocation output

Sid Manning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 14:50:03 PDT 2018


sidneym added inline comments.


================
Comment at: tools/llvm-objdump/llvm-objdump.cpp:1095
+        OS << " } " << PacketBundle.second;
+      PrintReloc();
+      Bytes = Bytes.slice(4);
----------------
This is the actual change, print the relocation inside the body of the packet using the above PrintReloc lambda.


Repository:
  rL LLVM

https://reviews.llvm.org/D46728





More information about the llvm-commits mailing list