29 lines
		
	
	
		
			650 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			650 B
		
	
	
	
		
			CMake
		
	
	
	
| add_llvm_library(LLVMSelectionDAG
 | |
|   DAGCombiner.cpp
 | |
|   FastISel.cpp
 | |
|   FunctionLoweringInfo.cpp
 | |
|   InstrEmitter.cpp
 | |
|   LegalizeDAG.cpp
 | |
|   LegalizeFloatTypes.cpp
 | |
|   LegalizeIntegerTypes.cpp
 | |
|   LegalizeTypes.cpp
 | |
|   LegalizeTypesGeneric.cpp
 | |
|   LegalizeVectorOps.cpp
 | |
|   LegalizeVectorTypes.cpp
 | |
|   ResourcePriorityQueue.cpp
 | |
|   ScheduleDAGFast.cpp
 | |
|   ScheduleDAGRRList.cpp
 | |
|   ScheduleDAGSDNodes.cpp
 | |
|   SelectionDAG.cpp
 | |
|   SelectionDAGBuilder.cpp
 | |
|   SelectionDAGDumper.cpp
 | |
|   SelectionDAGISel.cpp
 | |
|   SelectionDAGPrinter.cpp
 | |
|   StatepointLowering.cpp
 | |
|   ScheduleDAGVLIW.cpp
 | |
|   TargetLowering.cpp
 | |
|   TargetSelectionDAGInfo.cpp
 | |
|   )
 | |
| 
 | |
| add_dependencies(LLVMSelectionDAG intrinsics_gen)
 |