forked from OSchip/llvm-project
Build fixes for r72060; sorry for any inconvenience.
llvm-svn: 72062
This commit is contained in:
parent
13c358d9b8
commit
2b6d281e11
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue