[LLVMbugs] [Bug 976] NEW: Simple asm breaks build of llvm-gcc

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Oct 31 09:33:17 PST 2006


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

           Summary: Simple asm breaks build of llvm-gcc
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at x10sys.com


Test Case:
; ModuleID = 'bugpoint-reduced-simplified.bc'
target datalayout = "e-p:32:32"
target endian = little
target pointersize = 32
target triple = "i686-pc-linux-gnu"
module asm "\09.section\09.fini"
module asm "\09call __do_global_dtors_aux"
module asm "\09.text"

implementation   ; Functions:

void %__do_global_dtors_aux() {
entry:
        ret void
}



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