Displaying 3 results from an estimated 3 matches for "e41d11ab".
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
In general, we should be able to accept any MSVC .obj file to LLD. At the
very least, we're not aware of any cases that don't work.
Does your MSVC .obj file link fine before you add the .debug$H?
On Fri, Jan 26, 2018 at 11:23 AM Leonardo Santagada <santagada at gmail.com>
wrote:
> Okay, apparently coff2yaml and yaml2coff are not in a great place as they
> both don't
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
Okay, apparently coff2yaml and yaml2coff are not in a great place as they
both don't deal well with the fact that you can have overlapping sections,
which seems to be what clang-cl produces (the .data section points to the
same place as a later section). Which is not a big big problem for me
particularly because msvc doesn't even generate .data sections in .obj.
I'm trying to put
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;> Leonardo Santagada
>>>
>>
>>
>>
>> --
>>
>> Leonardo Santagada
>>
>
--
Leonardo Santagada
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180126/e41d11ab/attachment.html>