[LLVMbugs] [Bug 13400] New: ARM Code generation crashes on a VS2010 build

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 19 00:52:13 PDT 2012


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

             Bug #: 13400
           Summary: ARM Code generation crashes on a VS2010 build
           Product: new-bugs
           Version: 3.1
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ulanda at digital-legends.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 8922
  --> http://llvm.org/bugs/attachment.cgi?id=8922
VS2011 arm target code genenration crash

First I found this problem with the main trunk, when cross compiling to arm
target clang crashed.

My buid was a clean svn-r160256 buid compiled under vs2010 SP1 running in W7
Profesional 64 bits.

I got the provided 3.1 binary and tested it on a 32bit machines and worked
fine, so I downloaded the 3.1 versio from the repository and compiled it again
my self.

The current 3.2 crashes less than the 3.1 but 3.1 game more information, here I
put the foo.bc file.

BC file is not reduced as it crashes both with;

  llc foo.bc -relocation-model=static

and

  llc foo.bc -relocation-model=pic

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