[PATCH] Driver: bifurcate extended and basic MSC versioning

Aaron Ballman aaron.ballman at gmail.com
Tue Jul 1 13:07:23 PDT 2014


On Tue, Jul 1, 2014 at 3:57 PM, Reid Kleckner <rnk at google.com> wrote:
> On Tue, Jul 1, 2014 at 12:52 PM, Kim Gräsman <kim.grasman at gmail.com> wrote:
>>
>> I think Alp is refering to _MSC_FULL_VER from here:
>> http://msdn.microsoft.com/en-us/library/b0084kay.aspx
>>
>> That said, I'm not sure this option is a perfect representation of that
>> symbol.
>>
>> I don't like "extended version" either, so I'm going out on a limb:
>> -fmsc-version-string?

If it required quotes, like -fmsc-version-string="17.00" that might be
reasonable.

> -fmsc-dotted-version?

That's an interesting choice.

Another idea: -fmsc-compiler-version?

(It's a shame we cannot make this work using just -fmsc-version...)

~Aaron




More information about the cfe-commits mailing list