summaryrefslogtreecommitdiffstats
path: root/clang/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-17 06:28:25 +0000
committerChris Lattner <sabre@nondot.org>2006-08-17 06:28:25 +0000
commit73709eda2b821872484e455278b8d9ddb597fbd5 (patch)
tree205c0c7088af7a1f9997c26096312b4f31eb7b27 /clang/Makefile
parent769044337a528c1f9e8eb313f9d966c445a5db78 (diff)
downloadbcm5719-llvm-73709eda2b821872484e455278b8d9ddb597fbd5.tar.gz
bcm5719-llvm-73709eda2b821872484e455278b8d9ddb597fbd5.zip
Stub out the ASTStreamer
llvm-svn: 38935
Diffstat (limited to 'clang/Makefile')
-rw-r--r--clang/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Makefile b/clang/Makefile
index 9c1f7a2d42d..c559a3cffa8 100644
--- a/clang/Makefile
+++ b/clang/Makefile
@@ -6,6 +6,6 @@ CXXFLAGS = -fno-rtti -fno-exceptions
TOOLNAME = clang
-USEDLIBS = clangParse.a clangLex.a clangBasic.a LLVMSupport.a LLVMSystem.a
+USEDLIBS = clangAST.a clangParse.a clangLex.a clangBasic.a LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud