[all-commits] [llvm/llvm-project] 13c3df: [Bitcode] Remove unused includes (NFC) (#141354)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat May 24 09:37:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13c3df9a36d142b75c78819637ae3e467755495e
https://github.com/llvm/llvm-project/commit/13c3df9a36d142b75c78819637ae3e467755495e
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-24 (Sat, 24 May 2025)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/Bitcode/Reader/ValueList.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Log Message:
-----------
[Bitcode] Remove unused includes (NFC) (#141354)
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