[lldb-dev] Win64 lldb build broken, llvm::call_once and _mm_mfence

Kamil Rytarowski via lldb-dev lldb-dev at lists.llvm.org
Wed Feb 8 14:15:51 PST 2017


On 08.02.2017 22:41, Pavel Labath wrote:
> My fix was just correcting places Kamil forgot to update (or updated
> over-excessively). It does not touch the root problem.
> 
> That said, our windows bot
> <http://lab.llvm.org:8011/builders/lldb-windows7-android> is building
> lldb with vs2015. It does not seem to have a problem with this.
> 

Thank you for fixing it.

It was forgotten - I wanted to use consistently llvm:: namespace for
these functions across the LLDB codebase, especially since duplicated
code can be refactored to be shared and it would silently break in the
std:: version.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170208/29236138/attachment.sig>


More information about the lldb-dev mailing list