]> granicus.if.org Git - clang/commit
my refactoring of builtins changed target-specific builtins to only be
authorChris Lattner <sabre@nondot.org>
Tue, 16 Jun 2009 16:18:48 +0000 (16:18 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Jun 2009 16:18:48 +0000 (16:18 +0000)
commit030e8fe5aabe6a50ed7da3182df8cbce446bfeab
tree7324d0e4a1671048ad6d74bdf461790465b26027
parent143b2fc6fd3945c250b333383749010c2c8e3a4c
my refactoring of builtins changed target-specific builtins to only be
registered when PCH wasn't being used.  We should always install (in BuiltinInfo)
information about target-specific builtins, but we shouldn't register any builtin
identifier infos.  This fixes the build of apps that use PCH and target specific
builtins together.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73492 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
include/clang/Basic/Builtins.h
lib/Basic/Builtins.cpp
lib/Lex/Preprocessor.cpp
tools/clang-cc/clang-cc.cpp