<div dir="ltr">Just to follow up here I found some time to progress.<br>Anyone who wants to follow along can see here.<br><a href="https://reviews.llvm.org/D29892" target="_blank">https://reviews.llvm.org/<wbr>D29892</a><br><br>Kind Regards<br>Martell</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 14, 2017 at 2:21 AM, Rui Ueyama <span dir="ltr"><<a href="mailto:ruiu@google.com" target="_blank">ruiu@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><div dir="ltr"><div><div>The code in LLD is somewhat tightly coupled with the rest of the linker. Probably it is better to create a new library rather than trying to split LLD into two. I believe this would result in a better API. Of course you can reuse code, but what we need is a clean interface.</div><div><br></div><div>The library shouldn't be complicated. In fact, it would export only one function.</div><div><br></div><div>  std::vector<uint8_t> createImportLibrary(std::<wbr>vector<ExportSymbol>)</div><div><br></div><div>I.e. it takes a list of DLLExported symbols and returns a .lib file. ExportSymbol type contains information about DLLExported symbols.</div></div></div>
</div></div></blockquote></div><br></div>