[LLVMbugs] [Bug 6498] New: use .p2align instead of .align

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 4 14:00:38 PST 2010


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

           Summary: use .p2align instead of .align
           Product: compiler-rt
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: compiler-rt
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: gohman at apple.com
                CC: llvmbugs at cs.uiuc.edu


compiler-rt currently uses .align directives for what appear to be intended as
power-of-2 alignment.  The .p2align directive should be used instead, as .align
means byte alignment on some targets.

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