This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ/z/OS] Add GOFF support for llvm-objdump
Needs RevisionPublic

Authored by yusra.syeda on Oct 8 2020, 2:14 PM.

Details

Summary

This patch adds support for llvm-objdump.
This requires https://reviews.llvm.org/D89071

Diff Detail

Event Timeline

yusra.syeda created this revision.Oct 8 2020, 2:14 PM
Herald added a reviewer: MaskRay. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
yusra.syeda requested review of this revision.Oct 8 2020, 2:14 PM
yusra.syeda edited the summary of this revision. (Show Details)Oct 8 2020, 2:19 PM
MaskRay requested changes to this revision.Jul 24 2021, 5:30 PM

Thanks for the patch.

This needs a test in test/tools/llvm-objdump/GOFF/

llvm/tools/llvm-objdump/GOFFDump.h
22

remove llvm::

This revision now requires changes to proceed.Jul 24 2021, 5:30 PM