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

Daniel Dunbar daniel at zuster.org
Thu Jun 10 07:08:28 PDT 2010


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.

 - Daniel

On Wed, Jun 9, 2010 at 10:59 PM, Charles Davis <cdavis at mymail.mines.edu> wrote:
> Hi,
>
> This patch adds a flag to the frontend (-cc1) to turn on the very
> experimental Microsoft Visual C++ ABI support. I wanted to run it past
> you guys (Daniel in particular, since he maintains the driver and
> frontend) before committing.
>
> Chip
>



More information about the cfe-commits mailing list