Remove AST and Parse from Driver's dependencies.

llvm-svn: 157933
This commit is contained in:
Jordan Rose 2012-06-04 16:57:53 +00:00
parent 2fe20dca2a
commit 88bf06584b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
set(LLVM_USED_LIBS clangBasic clangAST clangParse)
set(LLVM_USED_LIBS clangBasic)
add_clang_library(clangDriver
Action.cpp