From: Douglas Gregor Date: Tue, 17 Aug 2010 19:00:27 +0000 (+0000) Subject: Remove the last bit of the Clang Serialization library, for now X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e638f86124c690f16e308f8d3822d15ebee6ecb5;p=clang 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 --- 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