[libcxx-commits] [PATCH] D65348: enable <atomic> header on systems without thread-support

Olivier Giroux via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 26 14:03:29 PDT 2019


__simt__ added a comment.

I think we **want** people to use -ffreestanding more for things like this, so the part where this is circumvented isn't clearly the right choice. The rest seems fine, and is exactly the reason why I created _LIBCPP_ATOMIC_ONLY_USE_BUILTINS.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D65348





More information about the libcxx-commits mailing list