[all-commits] [llvm/llvm-project] 228f66: [llvm] Remove unused includes (NFC) (#142733)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Jun 4 12:31:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 228f66807d0be1d7873e075fc81baf41001950b5
      https://github.com/llvm/llvm-project/commit/228f66807d0be1d7873e075fc81baf41001950b5
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M llvm/lib/BinaryFormat/MsgPackReader.cpp
    M llvm/lib/CGData/CodeGenData.cpp
    M llvm/lib/DWARFLinker/Classic/DWARFStreamer.cpp
    M llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.cpp
    M llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.cpp
    M llvm/lib/DWARFLinker/Parallel/DWARFLinkerTypeUnit.cpp
    M llvm/lib/DWARFLinker/Parallel/OutputSections.cpp
    M llvm/lib/DWARFLinker/Parallel/SyntheticTypeNameBuilder.cpp
    M llvm/lib/DWP/DWP.cpp
    M llvm/lib/DebugInfo/GSYM/CallSiteInfo.cpp
    M llvm/lib/Debuginfod/HTTPClient.cpp
    M llvm/lib/Debuginfod/HTTPServer.cpp
    M llvm/lib/FileCheck/FileCheck.cpp
    M llvm/lib/Frontend/HLSL/HLSLRootSignatureUtils.cpp
    M llvm/lib/FuzzMutate/RandomIRBuilder.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp
    M llvm/lib/Linker/IRMover.cpp
    M llvm/lib/MCA/Stages/DispatchStage.cpp
    M llvm/lib/MCA/View.cpp
    M llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp
    M llvm/lib/ObjCopy/MachO/MachOObject.cpp
    M llvm/lib/ObjCopy/MachO/MachOReader.cpp
    M llvm/lib/Object/OffloadBundle.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/ObjectYAML/MachOYAML.cpp
    M llvm/lib/Option/ArgList.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassBuilderPipelines.cpp
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/DataAccessProf.cpp
    M llvm/lib/ProfileData/InstrProfWriter.cpp
    M llvm/lib/SandboxIR/Constant.cpp
    M llvm/lib/SandboxIR/Pass.cpp
    M llvm/lib/SandboxIR/Tracker.cpp
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/ELFAttrParserExtended.cpp
    M llvm/lib/Support/LockFileManager.cpp
    M llvm/lib/Support/TextEncoding.cpp
    M llvm/lib/Support/Timer.cpp
    M llvm/lib/Support/Z3Solver.cpp
    M llvm/lib/Support/raw_ostream.cpp
    M llvm/lib/TableGen/JSONBackend.cpp
    M llvm/lib/TableGen/TGLexer.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Testing/Support/SupportHelpers.cpp
    M llvm/lib/TextAPI/BinaryReader/DylibReader.cpp
    M llvm/lib/TextAPI/InterfaceFile.cpp
    M llvm/lib/TextAPI/TextStub.cpp
    M llvm/lib/XRay/InstrumentationMap.cpp
    M llvm/lib/XRay/Profile.cpp

  Log Message:
  -----------
  [llvm] Remove unused includes (NFC) (#142733)

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