This is an archive of the discontinued LLVM Phabricator instance.

[MC] Remove unused `NONE` fixup kinds. NFC.
AbandonedPublic

Authored by sbc100 on Mar 27 2019, 10:25 AM.

Details

Reviewers
sbc100
Summary

The Mips and Lanai targets included MCFixupKind corresponding the
their NONE relocation types. However these were:

a. never used
b. not included by any other targets in the Fixup enum

As far as I can tell llvm never generated relocs of type NONE so these
fixup types don't need to exist.

Event Timeline

sbc100 created this revision.Mar 27 2019, 10:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2019, 10:25 AM
sbc100 accepted this revision.Mar 27 2019, 10:40 AM
This revision is now accepted and ready to land.Mar 27 2019, 10:40 AM
sbc100 abandoned this revision.Mar 27 2019, 9:41 PM