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

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Fri Nov 11 16:26:24 PST 2011


Thanks Daniel!

2011/11/11 Daniel Dunbar <daniel at zuster.org>:
> 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)
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc




More information about the llvm-commits mailing list