[Lldb-commits] [PATCH] D20464: [LLDB][MIPS] Check if libatomic needs to be specified explicitly.
Nitesh Jain via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 30 01:51:43 PDT 2016
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
More information about the lldb-commits
mailing list