[LLVMbugs] [Bug 11145] New: [3.0 regression] 32 bit LLVM build on 64 bit machine breaks lli

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Oct 16 06:16:03 PDT 2011


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

           Summary: [3.0 regression] 32 bit LLVM build on 64 bit machine
                    breaks lli
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


Configuring LLVM like this
  --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu
on a 64 bit machine (I did this on linux) results in an lli that dies with a
segfault when run.  For example the test
ExecutionEngine/2003-01-04-ArgumentBug.ll fails as well as many others.

While it's not unreasonable to say "don't do that", this worked in llvm-2.9.
Also, every other part of LLVM seems to work fine when built like this.

First spotted on one of the buildbots.

-- 
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