[LLVMbugs] [Bug 14721] New: LLVM build failure on mips64el OpenBSD

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 26 13:09:02 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=14721

             Bug #: 14721
           Summary: LLVM build failure on mips64el OpenBSD
           Product: new-bugs
           Version: trunk
          Platform: Other
        OS/Version: OpenBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: bcallah at devio.us
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9762
  --> http://llvm.org/bugs/attachment.cgi?id=9762
Mips register patch

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.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list