forked from OSchip/llvm-project
05337a756c
In src/, most files can use `constinit` directly because they're always compiled with C++20. But some files, like "libcxxabi/src/fallback_malloc.cpp", can't, because they're `#include`d directly from test cases in libcxxabi/test/ and therefore must (currently) compile as C++03. We might consider refactoring those offending tests, or at least marking them `UNSUPPORTED: c++03`. Differential Revision: https://reviews.llvm.org/D119264 |
||
---|---|---|
.. | ||
algorithms/alg.search | ||
filesystem | ||
func | ||
iterator/ostream.joiner | ||
language.support/support.coroutines | ||
memory | ||
simd | ||
utilities | ||
lit.local.cfg |