[LLVMbugs] [Bug 6134] New: missing alginment directive

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jan 24 17:21:58 PST 2010


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

           Summary: missing alginment directive
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: ARM
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


For a global like

@bar = common global [75 x i8] zeroinitializer, align 128 

The ARM backend is producing

        .type   bar,%object
        .comm   bar,75

The alignment is missing.


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