[libcxx-commits] [PATCH] D141780: [libc++][PSTL] Integrate the headers and add a CI job
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 26 09:32:03 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/utils/libcxx/test/features.py:212
'_LIBCPP_ENABLE_DEBUG_MODE': 'libcpp-has-debug-mode',
+ '_LIBCPP_HAS_PARALLEL_ALGORITHMS': 'with-pstl',
}
----------------
ldionne wrote:
>
In retrospect, we probably do need to keep a `with-pstl` Lit feature temporarily until we enable it via `-fexperimental-library`. So I would keep it, but I would *also* introduce `FIXME-PSTL-INTEGRATION` cause those are semantically different.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141780/new/
https://reviews.llvm.org/D141780
More information about the libcxx-commits
mailing list