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

            Bug ID: 33907
           Summary: -falign-functions not supported
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangb...@nondot.org
          Reporter: rafael.espind...@gmail.com
                CC: llvm-bugs@lists.llvm.org

% gcc -falign-functions=32 -O3 test.c -S -o -  | grep align
        .p2align 5,,31
% clang -falign-functions=32 -O3 test.c -S -o -  | grep align
clang-6.0: warning: optimization flag '-falign-functions=32' is not supported
[-Wignored-optimization-argument]
        .p2align        4, 0x90

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