https://llvm.org/bugs/show_bug.cgi?id=30225

            Bug ID: 30225
           Summary: Gas uses a "Code alignment factor" of 4, MC uses 1
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedb...@nondot.org
          Reporter: rafael.espind...@gmail.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Assemble just

        .cfi_startproc
        .cfi_endproc

with MC and gas and inspect with "readelf --debug=frames". The MC version has

  Code alignment factor: 1

The gas version has

  Code alignment factor: 4

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to