[all-commits] [llvm/llvm-project] 29c841: Revert "[llvm] Remove llvm::is_trivially_{copy/mov...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Sep 16 18:26:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29c841ce93e087fa4e0c5f3abae94edd460bc24a
https://github.com/llvm/llvm-project/commit/29c841ce93e087fa4e0c5f3abae94edd460bc24a
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M llvm/include/llvm/ADT/FunctionExtras.h
M llvm/include/llvm/ADT/Optional.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Support/type_traits.h
M llvm/unittests/Support/TypeTraitsTest.cpp
Log Message:
-----------
Revert "[llvm] Remove llvm::is_trivially_{copy/move}_constructible (NFC)"
This reverts commit 01ffe31cbb54bfd8e38e71b3cf804a1d67ebf9c1.
A build breakage with GCC 7.3 has been reported:
https://reviews.llvm.org/D132311#3797053
FWIW, GCC 7.5 is OK according to Pavel Chupin. I also personally
tested GCC 8.4.0.
More information about the All-commits
mailing list