This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS] Add GOFF support to file magic identification
ClosedPublic

Authored by anirudhp on Jul 14 2021, 8:48 AM.

Details

Summary
  • This patch adds in the GOFF format to the file magic identification logic in LLVM
  • Currently, for the object file support, GOFF is marked as having as an error
  • However, this is only temporary until https://reviews.llvm.org/D98437 is merged in

Diff Detail

Event Timeline

anirudhp created this revision.Jul 14 2021, 8:48 AM
anirudhp requested review of this revision.Jul 14 2021, 8:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2021, 8:48 AM
This revision is now accepted and ready to land.Jul 14 2021, 1:05 PM
anirudhp updated this revision to Diff 358714.Jul 14 2021, 1:13 PM
  • Rebase on latest
anirudhp updated this revision to Diff 359033.Jul 15 2021, 10:06 AM
  • Rebase on latest.
anirudhp updated this revision to Diff 359195.Jul 15 2021, 7:29 PM
  • Rebasing on latest to see if the test failures go away
This revision was landed with ongoing or failed builds.Jul 20 2021, 7:51 AM
This revision was automatically updated to reflect the committed changes.