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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to