[libcxx-commits] [PATCH] D56913: decoupling Freestanding atomic<T> from libatomic.a

Olivier Giroux via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 31 07:31:42 PST 2019


__simt__ updated this revision to Diff 184502.
__simt__ added a comment.

Simplified the changes significantly. By switching my back-end to slide under the C11 side instead of the GCC/Clang side, I can live without the new interposer layer.

Note: I'll describe this in more detail next, but in this patch I also added support for passing through scope information, for scoped memory  models.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56913/new/

https://reviews.llvm.org/D56913

Files:
  libcxx/include/atomic

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56913.184502.patch
Type: text/x-patch
Size: 13921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190131/682fb9f5/attachment-0001.bin>


More information about the libcxx-commits mailing list