[llvm] r218499 - Fix build breakage on MSVC 2013

Eric Christopher echristo at gmail.com
Thu Sep 25 23:58:58 PDT 2014


And one more time. Very appreciated. Thank you.
On Sep 25, 2014 10:07 PM, "David Majnemer" <david.majnemer at gmail.com> wrote:

> Author: majnemer
> Date: Thu Sep 25 23:47:54 2014
> New Revision: 218499
>
> URL: http://llvm.org/viewvc/llvm-project?rev=218499&view=rev
> Log:
> Fix build breakage on MSVC 2013
>
> Modified:
>     llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp
>
> Modified: llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp?rev=218499&r1=218498&r2=218499&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp (original)
> +++ llvm/trunk/lib/Target/Mips/MipsTargetMachine.cpp Thu Sep 25 23:47:54
> 2014
> @@ -116,7 +116,7 @@ MipsTargetMachine::getSubtargetImpl(cons
>      // creation will depend on the TM and the code generation flags on the
>      // function that reside in TargetOptions.
>      resetTargetOptions(F);
> -    I = make_unique<MipsSubtarget>(TargetTriple, CPU, FS, isLittle, this);
> +    I = llvm::make_unique<MipsSubtarget>(TargetTriple, CPU, FS, isLittle,
> this);
>    }
>    return I.get();
>  }
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140925/2b5e6b61/attachment.html>


More information about the llvm-commits mailing list