Build fixes for r72060; sorry for any inconvenience.

llvm-svn: 72062
This commit is contained in:
Eli Friedman 2009-05-18 23:02:01 +00:00
parent 13c358d9b8
commit 2b6d281e11
3 changed files with 4 additions and 5 deletions

View File

@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "clang-cc.h"
#include "ASTConsumers.h"
#include "clang/Frontend/TextDiagnosticBuffer.h"
#include "clang/Sema/ParseAST.h"
#include "clang/AST/ASTConsumer.h"

View File

@ -21,9 +21,9 @@ TOOL_NO_EXPORTS = 1
include $(LEVEL)/Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader bitwriter codegen ipo selectiondag
USEDLIBS = clangCodeGen.a clangAnalysis.a clangRewrite.a clangSema.a \
clangFrontend.a clangAST.a clangParse.a clangLex.a \
clangBasic.a
USEDLIBS = clangFrontend.a clangCodeGen.a clangAnalysis.a \
clangRewrite.a clangSema.a clangAST.a clangParse.a \
clangLex.a clangBasic.a
# clang-cc lives in a special location; we can get away with this
# because nothing else gets installed from here.

View File

@ -23,7 +23,7 @@
//===----------------------------------------------------------------------===//
#include "clang-cc.h"
#include "ASTConsumers.h"
#include "clang/Frontend/ASTConsumers.h"
#include "clang/Frontend/CompileOptions.h"
#include "clang/Frontend/FixItRewriter.h"
#include "clang/Frontend/FrontendDiagnostic.h"