summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/TargetInfo
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-09-12 18:32:57 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-09-12 18:32:57 +0000
commitff24bf78ea12a449a10e8fe94f8ab4a0fd59978a (patch)
tree18632cb8d90efc223a137edde5170ff18f2e8a42 /llvm/lib/Target/XCore/TargetInfo
parentbdd7b2358b764526f65881e832915b62a975bc0a (diff)
downloadbcm5719-llvm-ff24bf78ea12a449a10e8fe94f8ab4a0fd59978a.tar.gz
bcm5719-llvm-ff24bf78ea12a449a10e8fe94f8ab4a0fd59978a.zip
CMake: Fix MSVS build. Although I don't know why this didn't break other build systems...
This problem is unrelated to the recent dependency tracking change. It seems like noone noticed the problem because I don't think anyone compiles any target other than X86 on windows. llvm-svn: 113727
Diffstat (limited to 'llvm/lib/Target/XCore/TargetInfo')
-rw-r--r--llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt b/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt
index 0a568de1624..c147b8a66bc 100644
--- a/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt
+++ b/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt
@@ -4,4 +4,4 @@ add_llvm_library(LLVMXCoreInfo
XCoreTargetInfo.cpp
)
-add_dependencies(LLVMXCoreInfo XCoreTable_gen)
+add_dependencies(LLVMXCoreInfo XCoreCodeGenTable_gen)
OpenPOWER on IntegriCloud