mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Unbreak CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e77a1be09
commit
918de31976
@ -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…
Reference in New Issue
Block a user