[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

Daniel Dunbar daniel at zuster.org
Fri Mar 13 16:33:16 PDT 2009


On Fri, Mar 13, 2009 at 3:38 PM, Chris Lattner <sabre at nondot.org> wrote:

> -  Opts.SimplifyLibCalls = !Freestanding;
> +  Opts.SimplifyLibCalls = !NoBuiltin;


Isn't this only disabling simplify lib calls for -fno-builtin and not for
-ffreestanding (the implication holds in Opts, but not in the command line
variables).

 - Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090313/ac26a916/attachment.html>


More information about the cfe-commits mailing list