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

Yves Delley via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 19 09:11:48 PDT 2019


burnpanck added a comment.

Friendly //ping//. Is there anything I can help with? In the meantime, I have been able to get some code to run, utilising this on a Cortex M4 in a bare-metal environment. To get it to work I have to patch LLVM 9 clang and libc++ in a few other places anyway, so there is no immediate need to get this upstreamed from my side - but I'd definitely would love to see LLVM as a viable alternative to GCC for such tasks at some point.


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