From: Chandler Carruth Date: Wed, 2 Nov 2011 05:04:43 +0000 (+0000) Subject: Update the CMake build for clang-tblgen to reflect that it directly X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4e85faaf36c39a34a622e54370535854c52d9e9;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143532 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index 75a6167004..0d879214d4 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -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