[PATCH] D80512: [MC] Changes to help improve target specific symbol disassembly

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 06:29:20 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:1399
         if (Symbols[SI].Type == ELF::STT_AMDGPU_HSA_KERNEL) {
-          // skip amd_kernel_code_t at the begining of kernel symbol (256 bytes)
+          // skip amd_kernel_code_t at the begining of kernel symbol (256bytes)
           Start += 256;
----------------
jhenderson wrote:
> jhenderson wrote:
> > If you're going to modify this line, please also add the missing full stop and "skip" -> "Skip". Seems like it's unrelated to this patch.
> Actually, why was this line modified at all?
My question hasn't been answered. Please revert the changes to this line, or explain why you wish to modify it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80512/new/

https://reviews.llvm.org/D80512





More information about the llvm-commits mailing list