[all-commits] [llvm/llvm-project] 84bb14: [libc++][nfc] Add TEST_HAS_NO_THREADS.
mordante via All-commits
all-commits at lists.llvm.org
Sat Feb 12 10:24:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84bb14599f14b590edb2c1e45b5548af3554e551
https://github.com/llvm/llvm-project/commit/84bb14599f14b590edb2c1e45b5548af3554e551
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-02-12 (Sat, 12 Feb 2022)
Changed paths:
M libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.pass.cpp
M libcxx/test/std/atomics/types.pass.cpp
M libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp
M libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/types.compile.pass.cpp
M libcxx/test/support/test_macros.h
Log Message:
-----------
[libc++][nfc] Add TEST_HAS_NO_THREADS.
This avoids using an libc++ internal macro in our tests.
Reviewed By: #libc, philnik, ldionne
Differential Revision: https://reviews.llvm.org/D119563
More information about the All-commits
mailing list