[PATCH] D132328: Remove llvm::is_trivially_copyable (NFC)

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 21 08:47:25 PDT 2022


kazu created this revision.
Herald added a subscriber: mgorny.
Herald added a project: All.
kazu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch removes llvm::is_trivially_copyable as it seems to be dead.
Once I remove it, HAVE_STD_IS_TRIVIALLY_COPYABLE has no users, so this
patch removes the macro also.

The comment on llvm::is_trivially_copyable mentions GCC 4.9, but note
that we now require GCC 7.1 or higher.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132328

Files:
  llvm/cmake/config-ix.cmake
  llvm/include/llvm/ADT/PointerIntPair.h
  llvm/include/llvm/Config/config.h.cmake
  llvm/include/llvm/Support/type_traits.h
  llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
  utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h
  utils/bazel/llvm_configs/config.h.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132328.454315.patch
Type: text/x-patch
Size: 6220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220821/deded8b2/attachment.bin>


More information about the llvm-commits mailing list