[cfe-commits] r67863 - in /cfe/trunk: include/clang/Driver/Options.def tools/clang-cc/clang.cpp

Chris Lattner clattner at apple.com
Fri Mar 27 13:54:06 PDT 2009


On Mar 27, 2009, at 1:30 PM, Mike Stump wrote:

> On Mar 27, 2009, at 1:20 PM, Chris Lattner wrote:
>> On Mar 27, 2009, at 1:15 PM, Mike Stump wrote:
>>> URL: http://llvm.org/viewvc/llvm-project?rev=67863&view=rev
>>> Log:
>>> Fixup -fcommon and -fno-common to be more gcc compatible.
>>
>> Shouldn't the driver handling this, instead of pushing it off onto  
>> clang-cc?
>
> My take, clang-cc is rm -rf fodder and clang is where it is all at.   
> To make that happen, driver needs to be rewritten just once more to  
> remove all the random translations and suck up all of clang-cc.

Then why did you work against that plan by making clang-cc smarter?




More information about the cfe-commits mailing list