summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Utils
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/X86/Utils
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/X86/Utils')
-rw-r--r--llvm/lib/Target/X86/Utils/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/Utils/CMakeLists.txt b/llvm/lib/Target/X86/Utils/CMakeLists.txt
index 0b0b45583e9..b2697467f26 100644
--- a/llvm/lib/Target/X86/Utils/CMakeLists.txt
+++ b/llvm/lib/Target/X86/Utils/CMakeLists.txt
@@ -1,5 +1,3 @@
add_llvm_library(LLVMX86Utils
X86ShuffleDecode.cpp
)
-
-add_dependencies(LLVMX86Utils X86CommonTableGen)
OpenPOWER on IntegriCloud