[all-commits] [llvm/llvm-project] 356be1: [CodeGen] Remove an obsolete macro test (NFC) (#15...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Aug 23 07:10:18 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 356be1a36eccc3cdeba35970b07f3052d1ed8076
      https://github.com/llvm/llvm-project/commit/356be1a36eccc3cdeba35970b07f3052d1ed8076
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-08-23 (Sat, 23 Aug 2025)

  Changed paths:
    M llvm/unittests/CodeGen/TypeTraitsTest.cpp

  Log Message:
  -----------
  [CodeGen] Remove an obsolete macro test (NFC) (#155069)

We can drop the macro test because we require C++17 and GCC 7.4 these
days.  Note that std::is_trivially_copyable_v is a C++17 feature.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list