[llvm-dev] elf for mips in lld

Simon Atanasyan via llvm-dev llvm-dev at lists.llvm.org
Fri May 20 11:15:53 PDT 2016


On Fri, May 20, 2016 at 3:01 PM, 李涵 via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hello everyone!
> i am new in llvm, and now i am trying to modify lld for my research.I know
> that lld has fully supported the  coff for x86, and i wanna ask if the lld
> supports the elf for mips object files?

Now LLD supports MIPS O32 ABI (except TLS relocations) and partially
supports N64 ABI.

-- 
Simon Atanasyan


More information about the llvm-dev mailing list