This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Fix target feature matrix for PowerPC and SystemZ
ClosedPublic

Authored by Kai on Dec 4 2019, 4:35 AM.

Details

Summary

The target feature matrix in the code generator documentation is outdated. This PR fixes some entries for PowerPC and SystemZ.

Both have:

  • assembly parser
  • disassembler
  • .o file writing

It also fixes a mixed up HTML comment.

Diff Detail

Event Timeline

Kai created this revision.Dec 4 2019, 4:35 AM
This revision is now accepted and ready to land.Dec 4 2019, 4:47 AM
This revision was automatically updated to reflect the committed changes.