[PATCH] D132311: [llvm] Remove llvm::is_trivially_{copy/move}_constructible (NFC)

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 18:27:57 PDT 2022


kazu added a comment.

In D132311#3797053 <https://reviews.llvm.org/D132311#3797053>, @pavel.v.chupin wrote:

> @kazu, build is still broken with GCC7.3 after this change.
> Basically the old comment by @miyuki at https://reviews.llvm.org/D92543 is still valid as far as I see. It doesn't look like mentioned problems are addressed.
> Can you revert please?

Thank you for reporting the problem!  I've reverted my change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132311



More information about the llvm-commits mailing list