In some situations, the link editor needs to generate a secondary PLT table for ifuncs, which is initialized by .rela.dyn R_PPC_IRELATIVE relocs instead of .rela.plt R_PPC_JMP_SLOT relocs.
Ensure the .iplt section is emitted to prevent future confusion when we start using ifuncs in powerpc kernels.
Noticed while discussing https://reviews.llvm.org/D71509 with meowray in IRC.