nitesh.jain added a comment.

In http://reviews.llvm.org/D20464#470527, @Eugene.Zelenko wrote:

> This change broke standalone build. Looks like check  which should set 
> HAVE_CXX_ATOMICS64_WITHOUT_LIB was not performed.
>
> I build LLDB with LLVM STL which doesn't have libatomic.


The CheckAtomic.cmake module (http://reviews.llvm.org/D20896) in llvm will set 
HAVE_CXX_ATOMICS64_WITHOUT_LIB to true if atomics work without the library.  
Please can you check whether it is set to true in your case ?

Thanks


Repository:
  rL LLVM

http://reviews.llvm.org/D20464



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to