[libc++] Add UNSUPPORTED for clang-14 since the underlying bug hasn't been fixed yet

This started breaking in the CI because we bumped the Clang version to 14,
which requires adjusting the markup in the test suite. I think it's actually
nice the we need to do that and that it doesn't happen automatically, since
it serves as a reminder that this is broken in Clang.
This commit is contained in:
Louis Dionne 2021-07-28 16:39:03 -04:00
parent 4b88a94ebe
commit 6929bd6d00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
// Triggers a Clang assertion: https://bugs.llvm.org/show_bug.cgi?id=45879
// UNSUPPORTED: clang-13
// UNSUPPORTED: clang-13, clang-14
// <tuple>