mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Unbreak CMake build.
llvm-svn: 126717
This commit is contained in:
parent
7b6189c848
commit
8c2e50117d
@ -9,11 +9,11 @@ add_llvm_library(LLVMAnalysis
|
||||
CFGPrinter.cpp
|
||||
CaptureTracking.cpp
|
||||
ConstantFolding.cpp
|
||||
DIBuilder.cpp
|
||||
DbgInfoPrinter.cpp
|
||||
DebugInfo.cpp
|
||||
DIBuilder.cpp
|
||||
DominanceFrontier.cpp
|
||||
DomPrinter.cpp
|
||||
DominanceFrontier.cpp
|
||||
IVUsers.cpp
|
||||
InlineCost.cpp
|
||||
InstCount.cpp
|
||||
@ -24,7 +24,6 @@ add_llvm_library(LLVMAnalysis
|
||||
LibCallAliasAnalysis.cpp
|
||||
LibCallSemantics.cpp
|
||||
Lint.cpp
|
||||
LiveValues.cpp
|
||||
Loads.cpp
|
||||
LoopDependenceAnalysis.cpp
|
||||
LoopInfo.cpp
|
||||
@ -33,11 +32,11 @@ add_llvm_library(LLVMAnalysis
|
||||
MemoryBuiltins.cpp
|
||||
MemoryDependenceAnalysis.cpp
|
||||
ModuleDebugInfoPrinter.cpp
|
||||
NoAliasAnalysis.cpp
|
||||
PHITransAddr.cpp
|
||||
PathNumbering.cpp
|
||||
PathProfileInfo.cpp
|
||||
PathProfileVerifier.cpp
|
||||
NoAliasAnalysis.cpp
|
||||
PHITransAddr.cpp
|
||||
PostDominators.cpp
|
||||
ProfileEstimatorPass.cpp
|
||||
ProfileInfo.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user