[libcxx-commits] [PATCH] D118391: Omit atomic_{, un}signed_lock_free if unsupported
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 27 13:55:34 PST 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
This kooks sensible to me. I assume this is based on compiling for a funky target and it not working (and this is the fix).
Is this configuration (target, etc.) something we could run in our CI? Like is it possible to run this configuration in a Docker image or something? It would be awesome to have tests for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118391/new/
https://reviews.llvm.org/D118391
More information about the libcxx-commits
mailing list