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

             Bug #: 13876
           Summary: Clang ARM compiler needs to support
                    __force_align_arg_pointer__
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Using clang ARM compiler to compile qcms in chromium/third_party, got the below
error

third_party/qcms/src/transform.c:1328:16: error: unknown attribute
'__force_align_arg_pointer__' ignored
      [-Werror,-Wattributes]
__attribute__((__force_align_arg_pointer__))


Supporting __force_align_arg_pointer__ is appreciated.

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