<div dir="ltr">Hi Meng,<div><br></div><div>I'm a developer of LLD. I cannot say if it is doable without knowing more about the processor and the ABI, but if the file format is ELF and it doesn't require any crazy stuff beyond what the normal ELF format requires, then the answer is probably yes.</div><div><br></div><div>Could you tell me more about the target you want to add?</div><div><br></div><div>The first document you want to read to understand the whole picture of the linker design is <a href="http://lld.llvm.org/NewLLD.html">http://lld.llvm.org/NewLLD.html</a>. If you haven't read that, please read. Almost all target-dependent code is in <a href="http://github.com/llvm-project/llvm-project/tree/master/lld/ELF/Target.cpp">ELF/Target.cpp</a>, so that is probably the next file you want to read after the NewLLD document.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 11, 2017 at 1:48 AM, Meng.2, X. via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello developers,<br>
<br>
I am currently working on llvm version 3.8, which will be updated to the new version in the future. But for now I want to add a new lld target (SIMD) to the backend. I`d like to know it that is possible. If yes, where should I start? Is there any menu or tutorial that I can follow?  Thanks!<br>
<br>
kind regards,<br>
Xianglong<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</blockquote></div><br></div>