[llvm-commits] [llvm] r144423 - /llvm/trunk/lib/Target/Mips/CMakeLists.txt

Daniel Dunbar daniel at zuster.org
Fri Nov 11 15:12:56 PST 2011


Author: ddunbar
Date: Fri Nov 11 17:12:56 2011
New Revision: 144423

URL: http://llvm.org/viewvc/llvm-project?rev=144423&view=rev
Log:
CMake: Fix CMake build for new Mips tblgen file.

Modified:
    llvm/trunk/lib/Target/Mips/CMakeLists.txt

Modified: llvm/trunk/lib/Target/Mips/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/CMakeLists.txt?rev=144423&r1=144422&r2=144423&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/Mips/CMakeLists.txt Fri Nov 11 17:12:56 2011
@@ -3,6 +3,7 @@
 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)





More information about the llvm-commits mailing list