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? Thank you! best wishes! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160520/ed2ae454/attachment.html>
+simon as he wrote the MIPS support. On Fri, May 20, 2016 at 5:01 AM, 李涵 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? > Thank you! > best wishes! > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160520/0827b704/attachment-0001.html>
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