Skip to content

Commit

Permalink
[libcxx][AIX] Remove LIBCXX-AIX-FIXME in isalwayslockfree check after
Browse files Browse the repository at this point in the history
86478c7

The workaround has been removed via https://reviews.llvm.org/D119931, checks passed on AIX-32.

Reviewed By: ldionne, daltenty, jsji, #libc

Differential Revision: https://reviews.llvm.org/D121081
  • Loading branch information
bzEq committed Mar 8, 2022
1 parent 665d415 commit a7adf7b
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -8,9 +8,6 @@
//
// UNSUPPORTED: c++03, c++11, c++14

// Fails for 32-bit builds.
// UNSUPPORTED: LIBCXX-AIX-FIXME

// <atomic>

// static constexpr bool is_always_lock_free;
Expand Down

0 comments on commit a7adf7b

Please sign in to comment.