[libcxx-commits] [PATCH] D118838: [libc++] Add UNSUPPORTED for clang-15

Haowei Wu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 2 14:48:37 PST 2022


haowei added a comment.

In D118838#3292100 <https://reviews.llvm.org/D118838#3292100>, @tstellar wrote:

> Is this something I should be updating when I bump the version in trunk?

I think the problem is that this test was banned in clang-13 already but the underlying bug was never fixed. So whenever you bump the clang version number, if this file was not updated, it will fail again. We might want to fix the underlying bug so we don't have to add another exception here each time the version was bumped.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118838/new/

https://reviews.llvm.org/D118838



More information about the libcxx-commits mailing list