[LLVMbugs] [Bug 1238] assertion compiling debug code for ppc/linux

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Mar 3 11:23:59 PST 2007


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

sabre at nondot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|                            |compile-fail
         Resolution|                            |FIXED
   Target Milestone|---                         |2.0



------- Additional Comments From sabre at nondot.org  2007-03-03 13:23 -------
Fixed, patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070226/045464.html

However, you may now get undefined label errors when assembling the resultant .s file.  If so, go into 
PPCISelLowering.cpp, and delete this:

  if (!TM.getSubtarget<PPCSubtarget>().isDarwin()) {
    setOperationAction(ISD::LABEL, MVT::Other, Expand);

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list