Update the CMake build for clang-tblgen to reflect that it directly

depends on the Support library rather than relying on TableGen's
transitive dependency.

llvm-svn: 143532
This commit is contained in:
Chandler Carruth 2011-11-02 05:04:43 +00:00
parent 39bf89b382
commit c5d72c103b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
set(LLVM_REQUIRES_EH 1)
set(LLVM_REQUIRES_RTTI 1)
set(LLVM_LINK_COMPONENTS Support)
add_tablegen(clang-tblgen CLANG
ClangASTNodesEmitter.cpp