It appears that the released version of clang that supports constexpr
destructors is clang 10 and the oldest one that accepts -std=c++2a is 5,
so mark these as UNSUPPORTED for clang-5 to clang-9.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG8041f13e62ae: [libc++] Skip tests using constexpr destructors with older clang versions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo