forked from OSchip/llvm-project
				
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			797 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			797 B
		
	
	
	
		
			CMake
		
	
	
	
set(LLVM_TARGET_DEFINITIONS Mips.td)
 | 
						|
 | 
						|
tablegen(MipsGenRegisterInfo.h.inc -gen-register-desc-header)
 | 
						|
tablegen(MipsGenRegisterNames.inc -gen-register-enums)
 | 
						|
tablegen(MipsGenRegisterInfo.inc -gen-register-desc)
 | 
						|
tablegen(MipsGenInstrNames.inc -gen-instr-enums)
 | 
						|
tablegen(MipsGenInstrInfo.inc -gen-instr-desc)
 | 
						|
tablegen(MipsGenAsmWriter.inc -gen-asm-writer)
 | 
						|
tablegen(MipsGenDAGISel.inc -gen-dag-isel)
 | 
						|
tablegen(MipsGenCallingConv.inc -gen-callingconv)
 | 
						|
tablegen(MipsGenSubtarget.inc -gen-subtarget)
 | 
						|
 | 
						|
add_llvm_target(MipsCodeGen
 | 
						|
  MipsAsmPrinter.cpp
 | 
						|
  MipsDelaySlotFiller.cpp
 | 
						|
  MipsInstrInfo.cpp
 | 
						|
  MipsISelDAGToDAG.cpp
 | 
						|
  MipsISelLowering.cpp
 | 
						|
  MipsFrameInfo.cpp
 | 
						|
  MipsMCAsmInfo.cpp
 | 
						|
  MipsRegisterInfo.cpp
 | 
						|
  MipsSubtarget.cpp
 | 
						|
  MipsTargetMachine.cpp
 | 
						|
  MipsTargetObjectFile.cpp
 | 
						|
  MipsSelectionDAGInfo.cpp
 | 
						|
  )
 |