[PATCH] D16613: Use LLVM's CheckAtomic cmake module to figure out whether we need to link with libatomic.
Vasileios Kalintiris via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 28 07:25:04 PST 2016
vkalintiris updated this revision to Diff 46272.
vkalintiris added a comment.
Don't use LLVM's CheckAtomic cmake module. Instead, use a libcxx-specific one
that allows checking for 64-bit atomics too.
http://reviews.llvm.org/D16613
Files:
cmake/Modules/CheckLibcxxAtomic.cmake
cmake/config-ix.cmake
lib/CMakeLists.txt
test/CMakeLists.txt
test/libcxx/test/target_info.py
test/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16613.46272.patch
Type: text/x-patch
Size: 4021 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160128/658dd765/attachment.bin>
More information about the cfe-commits
mailing list