//===----------------------------------------------------------------------===//
#include "clang-cc.h"
-#include "ASTConsumers.h"
#include "clang/Frontend/TextDiagnosticBuffer.h"
#include "clang/Sema/ParseAST.h"
#include "clang/AST/ASTConsumer.h"
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.
//===----------------------------------------------------------------------===//
#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"