aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-08-17 19:00:27 +0000
committerDouglas Gregor <dgregor@apple.com>2010-08-17 19:00:27 +0000
commite638f86124c690f16e308f8d3822d15ebee6ecb5 (patch)
tree687bc28ab6ea3cd95f4bce371c3597812ce8f034
parent4557e473c9e673e7e6f7063478f63a5b3c6c10b2 (diff)
Remove the last bit of the Clang Serialization library, for now
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111267 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/libclang/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/libclang/Makefile b/tools/libclang/Makefile
index d83b5cdbc9..7a620c15a9 100644
--- a/tools/libclang/Makefile
+++ b/tools/libclang/Makefile
@@ -17,8 +17,7 @@ SHARED_LIBRARY = 1
LINK_COMPONENTS := bitreader mc core
USEDLIBS = clangFrontend.a clangDriver.a clangSema.a \
- clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a \
- clangSerialization.a
+ clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/Makefile