From 27246dc78450ab9076cd306db80b0e9131518a6b Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sat, 30 Jul 2011 10:10:23 +0000 Subject: [PATCH] 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. llvm-svn: 136567 --- llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt b/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt index b2d33499fbf9..7f84f6904305 100644 --- a/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt +++ b/llvm/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)