summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/Disassembler/CMakeLists.txt
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/SystemZ/Disassembler/CMakeLists.txt
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/SystemZ/Disassembler/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/SystemZ/Disassembler/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/SystemZ/Disassembler/CMakeLists.txt b/llvm/lib/Target/SystemZ/Disassembler/CMakeLists.txt
index 3f37a80a5e6..4b94bcd1f5f 100644
--- a/llvm/lib/Target/SystemZ/Disassembler/CMakeLists.txt
+++ b/llvm/lib/Target/SystemZ/Disassembler/CMakeLists.txt
@@ -1,5 +1,3 @@
add_llvm_library(LLVMSystemZDisassembler
SystemZDisassembler.cpp
)
-
-add_dependencies(LLVMSystemZDisassembler SystemZCommonTableGen)
OpenPOWER on IntegriCloud