<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 30, 2017 at 5:57 PM, Edward Diener 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Actually just doing:<br>
<br>
clang++ -c t.cpp -o t.o --target=x86_64-windows-msvc -fmsc-version=1900<span class="gmail-"><br>
clang++ t.o -o t.exe --target=x86_64-windows-msvc -fuse-ld=lld<br>
<br></span>
is not working for me. The first invocation works but the second just hangs and never completes. Should it work ? If not, how can I invoke the second to make it work properly ?</blockquote><div><br></div><div>Is it actually running lld-link.exe?  Does lld-link.exe exist next to clang++.exe? If you add -###, what linker command line is clang trying to run?</div></div></div></div>