This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ/z/OS] Add the GOFFDumper
Needs ReviewPublic

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

Details

Summary

This patch creates the GOFFDumper. It contains a test which uses llvm-readobj to check the symbols and relocations of the provided object file.
This requires https://reviews.llvm.org/D89071

Diff Detail