On Fri, Jul 19, 2013 at 4:13 PM, Sean Silva <[email protected]> wrote:

>
>
>
> On Fri, Jul 19, 2013 at 1:33 PM, Hans Wennborg <[email protected]> wrote:
>
>> ==========================================
>> --- cfe/trunk/tools/driver/driver.cpp (original)
>> +++ cfe/trunk/tools/driver/driver.cpp Fri Jul 19 15:33:20 2013
>> @@ -219,8 +219,10 @@ static void ParseProgName(SmallVectorImp
>>      { "clang-cpp", "--driver-mode=cpp" },
>>      { "clang-g++", "--driver-mode=g++" },
>>      { "clang-gcc", 0 },
>> +    { "clang-cl",  "--driver-mode=cl"  },
>>      { "cc",        0 },
>>      { "cpp",       "--driver-mode=cpp" },
>> +    { "cl" ,       "--driver-mode=cl"  },
>>      { "++",        "--driver-mode=g++" },
>>    };
>>
>
> Is "cl.exe" needed here?
>

No. The surrounding code removes the extension.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to