[libcxx-commits] [PATCH] D56913: decoupling Freestanding atomic<T> from libatomic.a
Olivier Giroux via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 8 14:59:47 PST 2019
__simt__ updated this revision to Diff 186053.
__simt__ added a comment.
This version passes libcxx tests with each combination of path that can be used (force GCC, force C11, force freestanding+non-lock-free). There were quite a few problems around `volatile` that I had not addressed yet, apologies.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56913/new/
https://reviews.llvm.org/D56913
Files:
libcxx/include/__config
libcxx/include/atomic
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56913.186053.patch
Type: text/x-patch
Size: 62680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190208/3d420ede/attachment-0001.bin>
More information about the libcxx-commits
mailing list