[all-commits] [llvm/llvm-project] a8edda: [llvm] Remove unused includes (NFC) (#144941)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Jun 19 14:58:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8edda195c9fe0d48ee7f6f2438c9575ebbad7f2
https://github.com/llvm/llvm-project/commit/a8edda195c9fe0d48ee7f6f2438c9575ebbad7f2
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.cpp
M llvm/lib/ExecutionEngine/Orc/UnwindInfoRegistrationPlugin.cpp
M llvm/lib/Linker/IRMover.cpp
M llvm/lib/Target/BPF/BPFPreserveStaticOffset.cpp
Log Message:
-----------
[llvm] Remove unused includes (NFC) (#144941)
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