On 3/2/11 2:42 PM, Tilmann Scheller wrote:
> Reverted in r126886.
> 
> Will try to come up with a better patch.
Take a look at the getDefaultMethodCallingConv() method of the C++ ABI
abstraction layer (in lib/AST/CXXABI.h and Microsoft-specific
implementation in lib/AST/MicrosoftCXXABI.cpp). That's what you want to
modify. You also need to make sure the Microsoft mangler can handle your
new calling convention, in lib/AST/MicrosoftMangle.cpp.

Chip
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to