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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to