[Lldb-commits] [PATCH] D121168: Cleanup includes: LLVMTarget

serge via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 7 15:28:15 PST 2022


serge-sans-paille created this revision.
serge-sans-paille added reviewers: MaskRay, RKSimon, lenary.
Herald added subscribers: kerbowa, Jim, atanasyan, jrtc27, hiraditya, nhaehnle, jvesely, sdardis, dylanmckay.
Herald added a project: All.
serge-sans-paille requested review of this revision.
Herald added projects: LLDB, LLVM.
Herald added subscribers: llvm-commits, lldb-commits.

Most notably, Pass.h is no longer included by TargetMachine.h
before: 1063570306
after:  1063332844


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121168

Files:
  lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
  llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp
  llvm/include/llvm/Target/TargetLoweringObjectFile.h
  llvm/include/llvm/Target/TargetMachine.h
  llvm/lib/Target/AArch64/AArch64.h
  llvm/lib/Target/AVR/AVR.h
  llvm/lib/Target/BPF/BPF.h
  llvm/lib/Target/Mips/MipsOs16.cpp
  llvm/lib/Target/TargetIntrinsicInfo.cpp
  llvm/lib/Target/TargetLoweringObjectFile.cpp
  llvm/lib/Target/TargetMachine.cpp
  llvm/lib/Target/TargetMachineC.cpp
  llvm/lib/Target/XCore/XCore.h
  llvm/unittests/CodeGen/AMDGPUMetadataTest.cpp
  llvm/unittests/MC/AMDGPU/DwarfRegMappings.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121168.413644.patch
Type: text/x-patch
Size: 7926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220307/bfb80343/attachment-0001.bin>


More information about the lldb-commits mailing list