From: Jordan Rose Date: Mon, 4 Jun 2012 16:57:53 +0000 (+0000) Subject: Remove AST and Parse from Driver's dependencies. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5ba9372c25c0a535f3ea244e82a12a4cbfe0a27;p=clang Remove AST and Parse from Driver's dependencies. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157933 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/CMakeLists.txt b/lib/Driver/CMakeLists.txt index 0e2f54f99a..c7850656e3 100644 --- a/lib/Driver/CMakeLists.txt +++ b/lib/Driver/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LLVM_USED_LIBS clangBasic clangAST clangParse) +set(LLVM_USED_LIBS clangBasic) add_clang_library(clangDriver Action.cpp