[libcxx-commits] [PATCH] D118391: Omit atomic_{, un}signed_lock_free if unsupported

Brian Cain via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 27 14:27:47 PST 2022


bcain added a comment.

In D118391#3277519 <https://reviews.llvm.org/D118391#3277519>, @ldionne wrote:

> 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.

This configuration that encountered the failure is an ARMv6 baremetal target -- not sure if we can run it in the CI.  @efriedma do you happen to know if all the bits required to reproduce this configuration that hit the issue downstream are present upstream?  I suspect so.


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