[PATCH] D77994: Move ModuleSummaryAnalysis from libAnalysis to libObject to break the dependency from Analysis to Object

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 12 21:55:27 PDT 2020


mehdi_amini created this revision.
mehdi_amini added reviewers: tejohnson, pcc.
Herald added subscribers: llvm-commits, dang, dexonsmith, steven_wu, hiraditya, mgorny.
Herald added a project: LLVM.

ModuleSummaryAnalysis is the only file in libAnalysis that brings a
dependency on the CodeGen layer from libAnalysis, moving it breaks this
dependency.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77994

Files:
  llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h
  llvm/include/llvm/Object/ModuleSummaryAnalysis.h
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/Analysis/LLVMBuild.txt
  llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
  llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Object/ModuleSummaryAnalysis.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77994.256917.patch
Type: text/x-patch
Size: 12216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/255d56a8/attachment.bin>


More information about the llvm-commits mailing list