summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/TargetInfo
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-07-30 10:10:23 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-07-30 10:10:23 +0000
commit61377a1f3c595967fed1529fded506149f94422c (patch)
tree953665642f6ef0ea8cb9e34a785c6e9eb15b6ad5 /lib/Target/XCore/TargetInfo
parentc58247da7020e7ee4db0abc91fedc93582e6a9d5 (diff)
downloadllvm-61377a1f3c595967fed1529fded506149f94422c.tar.gz
llvm-61377a1f3c595967fed1529fded506149f94422c.tar.bz2
llvm-61377a1f3c595967fed1529fded506149f94422c.tar.xz
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
Diffstat (limited to 'lib/Target/XCore/TargetInfo')
-rw-r--r--lib/Target/XCore/TargetInfo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/TargetInfo/CMakeLists.txt b/lib/Target/XCore/TargetInfo/CMakeLists.txt
index b2d33499fb..7f84f69043 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)