[all-commits] [llvm/llvm-project] 8075c1: [CodeGen] Remove unused includes (NFC) (#141418)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun May 25 10:55:50 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8075c15f54d5d6c6b9f5e452c13814078a0a0397
      https://github.com/llvm/llvm-project/commit/8075c15f54d5d6c6b9f5e452c13814078a0a0397
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-25 (Sun, 25 May 2025)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/Targets/AMDGPU.cpp

  Log Message:
  -----------
  [CodeGen] Remove unused includes (NFC) (#141418)

These are identified by misc-include-cleaner.  I've filtered out those
that break builds.  Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-specific build failures.



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