]> granicus.if.org Git - clang/commit
Add -ffreestanding to suppress the implicit declaration of library builtins like...
authorDouglas Gregor <dgregor@apple.com>
Sat, 14 Feb 2009 20:49:29 +0000 (20:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 14 Feb 2009 20:49:29 +0000 (20:49 +0000)
commit3573c0c0b44a1ac8f76a00af1bc75e94ca03d704
treea73b7dbfd0dad96b6848adaf47fbb6f9a76facf7
parent19891b082be53204ec91da31aee902966508c6d8
Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64566 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp
include/clang/AST/Builtins.def
include/clang/AST/Builtins.h
include/clang/Basic/LangOptions.h
lib/AST/ASTContext.cpp
lib/AST/Builtins.cpp
lib/Basic/Targets.cpp
tools/ccc/ccclib/Arguments.py