[cfe-commits] r119345 - in /cfe/trunk/test: CodeGen/lineno-dbginfo.c Preprocessor/clang_headers.c Preprocessor/has_include.c Preprocessor/header_lookup1.c Preprocessor/include-directive2.c Sema/attr-malloc.c Sema/i-c-e.c Sema/shift.c Sema/x86-bui

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Nov 16 08:19:30 PST 2010


On 16 November 2010 05:26, Chandler Carruth <chandlerc at gmail.com> wrote:
> Author: chandlerc
> Date: Tue Nov 16 04:26:08 2010
> New Revision: 119345
>
> URL: http://llvm.org/viewvc/llvm-project?rev=119345&view=rev
> Log:
> This really seems like a boring set of fixes to our tests to make them more
> independent of the underlying system. Let me know if any of these are too
> aggressive.

Would you mind just explaining a bit what you want with
-ffreestanding? If i understand it correctly, what it does is prevent
the definition of the builtins (-fno-builtin) and main is not treated
as a special case.

Cheers,
Rafael



More information about the cfe-commits mailing list