[all-commits] [llvm/llvm-project] 1a94bc: [llvm] Remove unused includes (NFC) (#146199)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Jun 27 22:08:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a94bcf90f2624918a2017f40e544194303f7d00
https://github.com/llvm/llvm-project/commit/1a94bcf90f2624918a2017f40e544194303f7d00
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFExpressionPrinter.cpp
M llvm/lib/DebugInfo/PDB/UDTLayout.cpp
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
Log Message:
-----------
[llvm] Remove unused includes (NFC) (#146199)
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