[PATCH] D21599: [Libcxx][MIPS] Use LLVM CheckAtomic.cmake module to figure out whether we need to link with libatomic.

Daniel Sanders via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 03:46:18 PDT 2016


dsanders added a comment.

Have you tried a standalone build? I suspect HAVE_CXX_LIBATOMICS64 will never be set for that case. If that's the case, adding 'include(CheckAtomic)' will probably fix it.


Repository:
  rL LLVM

http://reviews.llvm.org/D21599





More information about the cfe-commits mailing list