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.