[llvm-commits] [llvm] r121649 - in /llvm/trunk: cmake/modules/LLVMLibDeps.cmake lib/Target/MBlaze/MBlazeAsmBackend.cpp lib/Target/MBlaze/MBlazeFrameInfo.cpp lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp lib/Target/MBlaze/MBlazeISelLowering.cpp lib/Tar

Chandler Carruth chandlerc at google.com
Sun Dec 12 14:24:18 PST 2010


On Sun, Dec 12, 2010 at 2:02 PM, Wesley Peck <peckw at wesleypeck.com> wrote:

> Author: peckw
> Date: Sun Dec 12 16:02:31 2010
> New Revision: 121649
>
> URL: http://llvm.org/viewvc/llvm-project?rev=121649&view=rev
> Log:
> The ADD and ADDK (and all variants) instructions where flip-flopped in the
> MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend.
>
> Modified:
>    llvm/trunk/cmake/modules/LLVMLibDeps.cmake
>

Did you mean to commit this? In particular:


> +set(MSVC_LIB_DEPS_LLVMARMAsmPrinter LLVMMC LLVMSupport LLVMSystem)
>

LLVMSystem is gone, isn't it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101212/309b5063/attachment.html>


More information about the llvm-commits mailing list