]> granicus.if.org Git - clang/commitdiff
Update the CMake build for clang-tblgen to reflect that it directly
authorChandler Carruth <chandlerc@gmail.com>
Wed, 2 Nov 2011 05:04:43 +0000 (05:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 2 Nov 2011 05:04:43 +0000 (05:04 +0000)
depends on the Support library rather than relying on TableGen's
transitive dependency.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143532 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CMakeLists.txt

index 75a616700405894fe6a9ff1bc5750555f6e3143d..0d879214d4a27f4fa60b3b70faf1a98f987f9936 100644 (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