Displaying 2 results from an estimated 2 matches for "fb468c9e".
2018 Jan 19
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...mailing list
>> lldb-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>>
>
--
Leonardo Santagada
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180119/fb468c9e/attachment.html>
2018 Jan 19
4
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
-lldb-dev, +llvm-dev
lldb-dev is specifically for the llvm debugger, and llvm-dev is for
everything else (including lld)
Did you compile the object files with clang and use -mllvm
-emit-codeview-ghash-section?
It sounds like probably not. If you don’t do that /DEBUG:GHASH will indeed
be much slower. I wonder if we should emit a linker diagnostic in this case
On Fri, Jan 19, 2018 at 12:09 PM