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

            Bug ID: 19475
           Summary: MS ABI: Different mangling for vftable thunk
           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]
    Classification: Unclassified

Created attachment 12401
  --> http://llvm.org/bugs/attachment.cgi?id=12401&action=edit
test case

compile 32-bit with clang and msvc, observe:

.obj: offset 4 in vftable ??_7ClassName8@@6BClassName0@@@ has mismatch:
?Overrid
eMethod@ClassName4@@$4PPPPPPPM@PPPPPOLE@AEXXZ vs
?OverrideMethod@ClassName4@@$R4
BE@BA@PPPPPPPM@BBA@AEXXZ
found

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