[ELF][MIPS] Decompose relocation type for N32 / N64 earlier. NFC
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 18 Jan 2018 15:59:05 +0000 (15:59 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 18 Jan 2018 15:59:05 +0000 (15:59 +0000)
commitceddcdf01cfeeb78ad2bdafe6dd173e3886efb85
tree63829c46d8a9954e32f6bbdc3fa2bf63390c7424
parent6b5c3003279f46aba39e88a1dc88edf7ac7ce9a8
[ELF][MIPS] Decompose relocation type for N32 / N64 earlier. NFC

We need to decompose relocation type for N32 / N64 ABI. Let's do it
before any other manipulations with relocation type in the `relocateOne`
routine.

llvm-svn: 322860
lld/ELF/Arch/Mips.cpp