[cfe-commits] r72978 - /cfe/trunk/lib/Sema/Sema.h

Fariborz Jahanian fjahanian at apple.com
Sat Jun 6 07:07:22 PDT 2009


On Jun 5, 2009, at 7:08 PM, Eli Friedman wrote:

> Author: efriedma
> Date: Fri Jun  5 21:08:44 2009
> New Revision: 72978
>
> URL: http://llvm.org/viewvc/llvm-project?rev=72978&view=rev
> Log:
> Default builtin creation to off; we don't really want to be doing it
> without a relevant source location anyway.  Fixes the issue with weird
> warnings when including objc/Object.h on OS X.
Thanks. Problem is fixed. I see these new failures on Mac OS X:

---- /Volumes/sandbox/llvm/tools/clang/test/CodeGen//builtins-x86.c  
failed ----
---- /Volumes/sandbox/llvm/tools/clang/test/CodeGen//x86.c failed ----
---- /Volumes/sandbox/llvm/tools/clang/test/Sema//builtins.c failed ----

- Fariborz




More information about the cfe-commits mailing list