[all-commits] [llvm/llvm-project] 384ca1: Revert "Move ModuleSummaryAnalysis from libAnalysi...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Apr 13 17:27:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 384ca190ae7f32047aeba2a2f1d6a8637b597199
https://github.com/llvm/llvm-project/commit/384ca190ae7f32047aeba2a2f1d6a8637b597199
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
A llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h
R llvm/include/llvm/Object/ModuleSummaryAnalysis.h
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/Analysis/LLVMBuild.txt
A llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
M llvm/lib/Object/CMakeLists.txt
R llvm/lib/Object/ModuleSummaryAnalysis.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
Log Message:
-----------
Revert "Move ModuleSummaryAnalysis from libAnalysis to libObject to break the dependency from Analysis to Object"
This reverts commit 10df1563d608323a3144afc5f6038ecb81869b92.
Some buildbots are broken.
More information about the All-commits
mailing list