forked from OSchip/llvm-project
parent
52fafcb919
commit
da2bb5d5f6
|
@ -41,6 +41,7 @@ static_library("Analysis") {
|
|||
"DependenceAnalysis.cpp",
|
||||
"DivergenceAnalysis.cpp",
|
||||
"DomPrinter.cpp",
|
||||
"DomTreeUpdater.cpp",
|
||||
"DominanceFrontier.cpp",
|
||||
"EHPersonalities.cpp",
|
||||
"GlobalsModRef.cpp",
|
||||
|
|
|
@ -37,7 +37,6 @@ static_library("IR") {
|
|||
"DiagnosticHandler.cpp",
|
||||
"DiagnosticInfo.cpp",
|
||||
"DiagnosticPrinter.cpp",
|
||||
"DomTreeUpdater.cpp",
|
||||
"Dominators.cpp",
|
||||
"Function.cpp",
|
||||
"GVMaterializer.cpp",
|
||||
|
|
|
@ -24,6 +24,7 @@ unittest("ADTTests") {
|
|||
"DenseSetTest.cpp",
|
||||
"DepthFirstIteratorTest.cpp",
|
||||
"EquivalenceClassesTest.cpp",
|
||||
"FallibleIteratorTest.cpp",
|
||||
"FoldingSet.cpp",
|
||||
"FunctionExtrasTest.cpp",
|
||||
"FunctionRefTest.cpp",
|
||||
|
|
|
@ -18,6 +18,7 @@ unittest("AnalysisTests") {
|
|||
"CallGraphTest.cpp",
|
||||
"CaptureTrackingTest.cpp",
|
||||
"DivergenceAnalysisTest.cpp",
|
||||
"DomTreeUpdaterTest.cpp",
|
||||
"GlobalsModRefTest.cpp",
|
||||
"LazyCallGraphTest.cpp",
|
||||
"LoopInfoTest.cpp",
|
||||
|
|
|
@ -18,7 +18,6 @@ unittest("IRTests") {
|
|||
"ConstantsTest.cpp",
|
||||
"DebugInfoTest.cpp",
|
||||
"DebugTypeODRUniquingTest.cpp",
|
||||
"DomTreeUpdaterTest.cpp",
|
||||
"DominatorTreeBatchUpdatesTest.cpp",
|
||||
"DominatorTreeTest.cpp",
|
||||
"FunctionTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue