[PATCH] D75131: [XCOFF][AIX] Enable -r option for llvm-objdump

Dave Bozier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 15:48:45 PST 2020


davidb added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/XCOFF.h:261
 StringRef getMappingClassString(XCOFF::StorageMappingClass SMC);
+StringRef getRelocationTypeString(XCOFF::RelocationType Type);
 
----------------
davidb wrote:
> Suggestion to match the other BinaryFormats `getRelocationTypeString -> getRelocationTypeName`
Actually I take it back... I see both symbols are used for targets


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75131





More information about the llvm-commits mailing list