search for: 49032ecb

Displaying 3 results from an estimated 3 matches for "49032ecb".

2018 Mar 27
1
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...Zachary, Was there any further progress on adding ghash generation to llvm-objcopy? Would be great to know if you had time to move it forward. - Will. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180327/49032ecb/attachment.html>
2018 Feb 14
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
Sorry for taking this long to answer here, I would love to push my changes upstream (the ones for xxHash64) but what I did was use the standard xxHash64 c code as that allows a iterative hash computation, the one on LLVM only has the simple interface to pass a stringref to it, so I really don't know how to move this along, would it require me to rewrite the current internal xxHash64
2018 Jan 31
1
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
The quickest route would be for you to upload the patches for review and then go through a couple of iterations until it's cleaned up. Do you want to go that route? If not you can upload them anyway and whenever I get some spare cycles I can take it over and get it committed. But that might be slower since I have other things on my plate at the moment so I'm not sure when I'll be