[all-commits] [llvm/llvm-project] 49ae2d: [PassManager] Remove some unnecessary includes (NF...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 20 08:41:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49ae2dcf369e0fd76e4bb18f1c84e6716ff0ec4b
https://github.com/llvm/llvm-project/commit/49ae2dcf369e0fd76e4bb18f1c84e6716ff0ec4b
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-06-20 (Thu, 20 Jun 2024)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
M lld/COFF/Driver.cpp
M lld/COFF/SymbolTable.cpp
M lld/ELF/InputFiles.cpp
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/IR/PassManagerImpl.h
M llvm/lib/Analysis/PHITransAddr.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/LTO/LTO.cpp
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
M llvm/lib/Transforms/IPO/ConstantMerge.cpp
M llvm/tools/llvm-as/llvm-as.cpp
M llvm/tools/opt/optdriver.cpp
Log Message:
-----------
[PassManager] Remove some unnecessary includes (NFC) (#96175)
SmallPtrSet.h and TimeProfiler.h are unused. CommandLine.h is only
needed for the UseNewDbgInfoFormat declare, which can be moved to the
places that need it.
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