[PATCH] D89074: [SystemZ/z/OS] Add GOFF support for llvm-objdump
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 24 17:30:52 PDT 2021
MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.
Thanks for the patch.
This needs a test in test/tools/llvm-objdump/GOFF/
================
Comment at: llvm/tools/llvm-objdump/GOFFDump.h:22
+ const object::RelocationRef &Rel,
+ llvm::SmallVectorImpl<char> &Result);
+
----------------
remove llvm::
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89074/new/
https://reviews.llvm.org/D89074
More information about the llvm-commits
mailing list