[Mips] Fix createMipsRelocationHandler specialization
authorDenis Protivensky <dprotivensky@accesssoftek.com>
Tue, 27 Jan 2015 07:56:25 +0000 (07:56 +0000)
committerDenis Protivensky <dprotivensky@accesssoftek.com>
Tue, 27 Jan 2015 07:56:25 +0000 (07:56 +0000)
commitf6966505c333aa0d6e8e7088b551d1b5e800f542
treeb70349d5f8b984f825514e83d9e260ff2db2e395
parent2c63549386132e0d23b1cb00b40e198584f94352
[Mips] Fix createMipsRelocationHandler specialization

gcc allows template specializations only in the same namespace
where template has been declared.

llvm-svn: 227177
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp