<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 18, 2016 at 2:42 AM, Rui Ueyama via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Technically we can add the feature, but I'm skeptical if it's worth the cost associated with it. Also, if you rely on that feature, then your program is no longer linkable with the MSVC linker, so I'd expect that most people would continue using declspec(dllimport) anyways. That means the feature wouldn't be used often.</div></div></div></div>
</blockquote></div><br></div><div class="gmail_extra">Auto-imports seem like a really useful tool for porting Unix-y code to Windows. Before we go there, though, we really need a GNU-style command line syntax for LLD. Doing auto-imports kind of puts the cart before the horse.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I continue to think supporting the GNU syntax is a good idea. Martell posted some patches for mignw a while back, but Rui felt they were too invasive. I don't know what the right design is, but I'm sure with some effort we could find the right balance.</div></div>