summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-02 05:04:43 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-02 05:04:43 +0000
commitd4e85faaf36c39a34a622e54370535854c52d9e9 (patch)
tree0cf29bae49c6eaee40210445cf934ae26de7f6ab /utils
parent3b694fab31d3a7a8379996cbe7ef8d53f7d677bc (diff)
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
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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