From: Chandler Carruth Date: Sat, 30 Jul 2011 10:10:23 +0000 (+0000) Subject: Switch another of the old dependencies on implicitly produced synthetic X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=61377a1f3c595967fed1529fded506149f94422c;p=oota-llvm.git Switch another of the old dependencies on implicitly produced synthetic rules to the new explicitly listed TableGen rules. Somehow I missed this in my original sweep. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136567 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/XCore/TargetInfo/CMakeLists.txt b/lib/Target/XCore/TargetInfo/CMakeLists.txt index b2d33499fbf..7f84f690430 100644 --- a/lib/Target/XCore/TargetInfo/CMakeLists.txt +++ b/lib/Target/XCore/TargetInfo/CMakeLists.txt @@ -10,4 +10,4 @@ add_llvm_library_dependencies(LLVMXCoreInfo LLVMTarget ) -add_dependencies(LLVMXCoreInfo XCoreCodeGenTable_gen) +add_dependencies(LLVMXCoreInfo XCoreCommonTableGen)