And also adding static_assert after array declaration
to avoid missing any new fixup in MCFixupKindInfo in the future.
Fixup fixup_riscv_call by assembler if the function and callsite within the same compile unit and the linker relaxation disabled.
The patch is according to
https://reviews.llvm.org/D44886#inline-411881
This comment should explain why we need to preserve the relocation type. e.g. "We are unable to correctly resolve a fixup_riscv_call, so always emit a relocation."