CMake: Fix CMake build for new Mips tblgen file.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Nov 2011 23:12:56 +0000 (23:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Nov 2011 23:12:56 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144423 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/CMakeLists.txt

index e81ba6fa8c81e72b0a377199df7ed7495dfcff8d..53656d4d343625f48ce676653355d702e2a68191 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_TARGET_DEFINITIONS Mips.td)
 tablegen(LLVM MipsGenRegisterInfo.inc -gen-register-info)
 tablegen(LLVM MipsGenInstrInfo.inc -gen-instr-info)
 tablegen(LLVM MipsGenCodeEmitter.inc -gen-emitter)
+tablegen(LLVM MipsGenMCCodeEmitter.inc -gen-emitter -mc-emitter)
 tablegen(LLVM MipsGenAsmWriter.inc -gen-asm-writer)
 tablegen(LLVM MipsGenDAGISel.inc -gen-dag-isel)
 tablegen(LLVM MipsGenCallingConv.inc -gen-callingconv)