forked from OSchip/llvm-project
				
			
		
			
				
	
	
		
			42 lines
		
	
	
		
			869 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			869 B
		
	
	
	
		
			CMake
		
	
	
	
set(LLVM_LINK_COMPONENTS
 | 
						|
  Analysis
 | 
						|
  AsmParser
 | 
						|
  Core
 | 
						|
  Support
 | 
						|
  TransformUtils
 | 
						|
  )
 | 
						|
 | 
						|
add_llvm_unittest(AnalysisTests
 | 
						|
  AliasAnalysisTest.cpp
 | 
						|
  AliasSetTrackerTest.cpp
 | 
						|
  BasicAliasAnalysisTest.cpp
 | 
						|
  BlockFrequencyInfoTest.cpp
 | 
						|
  BranchProbabilityInfoTest.cpp
 | 
						|
  CallGraphTest.cpp
 | 
						|
  CaptureTrackingTest.cpp
 | 
						|
  CFGTest.cpp
 | 
						|
  CGSCCPassManagerTest.cpp
 | 
						|
  DivergenceAnalysisTest.cpp
 | 
						|
  DomTreeUpdaterTest.cpp
 | 
						|
  GlobalsModRefTest.cpp
 | 
						|
  IVDescriptorsTest.cpp
 | 
						|
  LazyCallGraphTest.cpp
 | 
						|
  LoadsTest.cpp
 | 
						|
  LoopInfoTest.cpp
 | 
						|
  LoopNestTest.cpp
 | 
						|
  MemoryBuiltinsTest.cpp
 | 
						|
  MemorySSATest.cpp
 | 
						|
  OrderedInstructionsTest.cpp
 | 
						|
  PhiValuesTest.cpp
 | 
						|
  ProfileSummaryInfoTest.cpp
 | 
						|
  ScalarEvolutionTest.cpp
 | 
						|
  VectorFunctionABITest.cpp
 | 
						|
  SparsePropagation.cpp
 | 
						|
  TargetLibraryInfoTest.cpp
 | 
						|
  TBAATest.cpp
 | 
						|
  UnrollAnalyzerTest.cpp
 | 
						|
  ValueLatticeTest.cpp
 | 
						|
  ValueTrackingTest.cpp
 | 
						|
  VectorUtilsTest.cpp
 | 
						|
  )
 |