[cfe-commits] [PATCH] Add a flag to turn on Microsoft C++ ABI support

Charles Davis cdavis at mymail.mines.edu
Thu Jun 10 18:07:20 PDT 2010


On 6/10/10 9:29 AM, Douglas Gregor wrote:
> 
> On Jun 10, 2010, at 7:08 AM, Daniel Dunbar wrote:
> 
>> Hey Chip,
>>
>> I would just pass this in by name, with a "-cxx-abi" option, like we
>> do for "-target-abi". Also, we might want to make this part of the
>> target options instead of code gen options, since it may ultimately
>> effect some of the behavior of the TargetInfo class.
> 
> I agree that this should be a part of target options, since the C++ ABI also affects layout, type sizes, etc.
Done. r105804

Chip



More information about the cfe-commits mailing list