summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/TargetInfo
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-28 17:04:04 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-28 17:04:04 +0000
commitce746c6c49883766c5cf1f8a207b20a2c1c785cf (patch)
treee76223817a2263118275718b767b23f0f9c7de58 /llvm/lib/Target/XCore/TargetInfo
parent848493d886c46f00cea951ec8b76615b63f86f61 (diff)
downloadbcm5719-llvm-ce746c6c49883766c5cf1f8a207b20a2c1c785cf.tar.gz
bcm5719-llvm-ce746c6c49883766c5cf1f8a207b20a2c1c785cf.zip
[CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen.
add_public_tablegen_target adds *CommonTableGen to LLVM_COMMON_DEPENDS. LLVM_COMMON_DEPENDS affects add_llvm_library (and other add_target stuff) within its scope. llvm-svn: 195927
Diffstat (limited to 'llvm/lib/Target/XCore/TargetInfo')
-rw-r--r--llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt b/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt
index 51c0e25a238..462f2d40530 100644
--- a/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt
+++ b/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt
@@ -1,5 +1,3 @@
add_llvm_library(LLVMXCoreInfo
XCoreTargetInfo.cpp
)
-
-add_dependencies(LLVMXCoreInfo XCoreCommonTableGen)
OpenPOWER on IntegriCloud