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

            Bug ID: 18034
           Summary: Support the new mingw abi
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
        Depends on: 17996, 18033
    Classification: Unclassified

Created attachment 11591
  --> http://llvm.org/bugs/attachment.cgi?id=11591&action=edit
llvm patch

gcc 4.7 changed the abi for mingw. In particular

* methods are now thiscall by default.
* functions returning structures don't pop the stack.

There might be more, but that is what I found so far.

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