[libcxx-commits] [PATCH] D91586: Mark trivial_abi unique_ptr tests as unsupported in clang-11.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 17 13:39:50 PST 2020


ldionne added a comment.

In D91586#2400879 <https://reviews.llvm.org/D91586#2400879>, @zoecarver wrote:

>> Is it possible that the difference lies between 11.0.0 (your godbolt link) and 11.0.1 (the CI)?
>
> Godbolt also fails on trunk, it would be odd (but not impossible) for it to be fixed only for 11.0.1 and then broken again for trunk. Also, that patch that's failing is a super small change, it seems very unlikely that it is responsible for the failures.

It doesn't fail on trunk when you actually use libc++! https://godbolt.org/z/af66T1

Clang on Godbolt uses libstdc++ by default (probably because it runs on some Unix).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91586



More information about the libcxx-commits mailing list