[cfe-commits] r66972 - in /cfe/trunk: Driver/clang.cpp include/clang/AST/Builtins.h include/clang/Basic/LangOptions.h lib/AST/ASTContext.cpp lib/AST/Builtins.cpp

Douglas Gregor dgregor at apple.com
Fri Mar 13 16:22:44 PDT 2009


On Mar 13, 2009, at 3:38 PM, Chris Lattner wrote:

> Author: lattner
> Date: Fri Mar 13 17:38:49 2009
> New Revision: 66972
>
> URL: http://llvm.org/viewvc/llvm-project?rev=66972&view=rev
> Log:
> wire up a new -fno-builtin option, make it control things like  
> simplifylibcalls,
> etc and make freestanding imply it.

Thanks for doing this. The change looks fine to me.

	- Doug



More information about the cfe-commits mailing list