[PATCH] D36464: Implemented sane default for llvm-objdump's relocation Value format

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 06:41:47 PDT 2017


fedor.sergeev created this revision.
Herald added subscribers: aheejin, dschuff, jfb.

"Unknown" for platforms that were not manually added into the switch
did not make sense at all. Now it prints Target + addend for all
elf-machines that were not explicitly mentioned.


https://reviews.llvm.org/D36464

Files:
  test/MC/Sparc/sparc-tls-relocations.s
  tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36464.110186.patch
Type: text/x-patch
Size: 11086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170808/a82d12fc/attachment.bin>


More information about the llvm-commits mailing list