[LLVMdev] [PATCH] LLVM build failure on OpenBSD/mips64

Sean Silva silvas at purdue.edu
Fri Dec 28 11:55:55 PST 2012


Please send patches to llvm-commits

-- Sean Silva

On Fri, Dec 28, 2012 at 1:54 AM, Brad Smith <brad at comstyle.com> wrote:
> I'm just passing this patch on to the list as I know Brian is busy and I
> had proded him to file the bug report.
>
> http://llvm.org/bugs/show_bug.cgi?id=14721
>
> "binutils on OpenBSD is quite old, which causes the build on mips64el to fail on
> MipsJITInfo.cpp - it complains of illegal operands. The attachment patches it
> so that it will build. All the patch does is replace the register aliases with
> the actual register (i.e. changing $sp to $29). The registers are identical to
> both mips and mips64, so it should not disrupt 32-bit Mips builds."
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list