[libcxx-commits] [PATCH] D114109: [libc++] Enable <atomic> when threads are disabled
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 17 12:40:55 PST 2021
curdeius added inline comments.
================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:674
lit_markup = {
- "atomic": ["UNSUPPORTED: libcpp-has-no-threads"],
"barrier": ["UNSUPPORTED: libcpp-has-no-threads"],
----------------
I think you need to do the same modification in other generate_* scripts. E.g. https://github.com/llvm/llvm-project/blob/main/libcxx/utils/generate_header_inclusion_tests.py#L93, https://github.com/llvm/llvm-project/blob/main/libcxx/utils/generate_header_tests.py#L24.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114109/new/
https://reviews.llvm.org/D114109
More information about the libcxx-commits
mailing list