summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/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
commitad363187c4707f7aee427347d4179eaefef832fe (patch)
tree2b2f5e91439f4900bc6a56fa07fdf9dfa0d882d6 /lib/Target/Mips/TargetInfo
parent4ca0ef70cd5e9ac28907f0cf45aebd3dcb4c8b44 (diff)
downloadllvm-ad363187c4707f7aee427347d4179eaefef832fe.tar.gz
llvm-ad363187c4707f7aee427347d4179eaefef832fe.tar.bz2
llvm-ad363187c4707f7aee427347d4179eaefef832fe.tar.xz
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/TargetInfo')
-rw-r--r--lib/Target/Mips/TargetInfo/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Mips/TargetInfo/CMakeLists.txt b/lib/Target/Mips/TargetInfo/CMakeLists.txt
index 6a6d6788e6..3347a99a43 100644
--- a/lib/Target/Mips/TargetInfo/CMakeLists.txt
+++ b/lib/Target/Mips/TargetInfo/CMakeLists.txt
@@ -1,5 +1,3 @@
add_llvm_library(LLVMMipsInfo
MipsTargetInfo.cpp
)
-
-add_dependencies(LLVMMipsInfo MipsCommonTableGen)