Author: chandlerc
Date: Wed Nov 2 00:04:43 2011
New Revision: 143532
URL: http://llvm.org/viewvc/llvm-project?rev=143532&view=rev
Log:
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.
Modified:
cfe/trunk/utils/TableGen/CMakeLists.txt
Modified: cfe/trunk/utils/TableGen/CMakeLists.txt
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/CMakeLists.txt?rev=143532&r1=143531&r2=143532&view=diff
==============================================================================
--- cfe/trunk/utils/TableGen/CMakeLists.txt (original)
+++ cfe/trunk/utils/TableGen/CMakeLists.txt Wed Nov 2 00:04:43 2011
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits