forked from OSchip/llvm-project
parent
2908947b97
commit
098d906dbb
|
@ -12,7 +12,6 @@ add_llvm_library(LLVMAnalysis
|
|||
CaptureTracking.cpp
|
||||
CodeMetrics.cpp
|
||||
ConstantFolding.cpp
|
||||
DIBuilder.cpp
|
||||
DbgInfoPrinter.cpp
|
||||
DomPrinter.cpp
|
||||
DominanceFrontier.cpp
|
||||
|
|
|
@ -10,6 +10,7 @@ add_llvm_library(LLVMCore
|
|||
Core.cpp
|
||||
DebugInfo.cpp
|
||||
DebugLoc.cpp
|
||||
DIBuilder.cpp
|
||||
Dominators.cpp
|
||||
Function.cpp
|
||||
GCOV.cpp
|
||||
|
|
Loading…
Reference in New Issue