[cfe-commits] r67863 - in /cfe/trunk: include/clang/Driver/Options.def tools/clang-cc/clang.cpp
Mike Stump
mrs at apple.com
Fri Mar 27 13:30:48 PDT 2009
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.
More information about the cfe-commits
mailing list