[all-commits] [llvm/llvm-project] c49a13: [libc++] Fix atomic test for _BitInt
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Dec 7 04:30:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c49a13a45a0fe965360ac399613669b9b19292ca
https://github.com/llvm/llvm-project/commit/c49a13a45a0fe965360ac399613669b9b19292ca
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
A libcxx/test/libcxx/atomics/bit-int.verify.cpp
R libcxx/test/libcxx/atomics/ext-int.verify.cpp
Log Message:
-----------
[libc++] Fix atomic test for _BitInt
In 6c75ab5f66b4, Clang deprecated _ExtInt in favor of _BitInt, which
made this test fail. This patch disables the test on older compilers
and uses the new _BitInt type instead.
Differential Revision: https://reviews.llvm.org/D115194
More information about the All-commits
mailing list