summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/TableGen.cmake
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>2018-12-18 21:39:40 +0000
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>2018-12-18 21:39:40 +0000
commit84e72eb4045b6dcc6caa2aead92af82d4ba7a71b (patch)
treeb6ee98161f397f765e2d92c87bd9addd96142a3c /llvm/cmake/modules/TableGen.cmake
parent3760fc9f3de19c6d24f74d4a5ba4682647271a4a (diff)
downloadbcm5719-llvm-84e72eb4045b6dcc6caa2aead92af82d4ba7a71b.tar.gz
bcm5719-llvm-84e72eb4045b6dcc6caa2aead92af82d4ba7a71b.zip
Revert r349541 (Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen)
llvm-svn: 349545
Diffstat (limited to 'llvm/cmake/modules/TableGen.cmake')
-rw-r--r--llvm/cmake/modules/TableGen.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/cmake/modules/TableGen.cmake b/llvm/cmake/modules/TableGen.cmake
index 9ac229d84f4..d1afcb42f9d 100644
--- a/llvm/cmake/modules/TableGen.cmake
+++ b/llvm/cmake/modules/TableGen.cmake
@@ -158,12 +158,6 @@ macro(add_tablegen target project)
llvm_ExternalProject_BuildCmd(tblgen_build_cmd ${target}
${LLVM_NATIVE_BUILD}
CONFIGURATION Release)
- # Create an artificial dependency between tablegen projects, because they
- # compile the same dependencies, thus using the same build folders.
- # FIXME: A proper fix requires sequentially chaining tablegens.
- if (NOT ${project} STREQUAL LLVM)
- add_dependencies(${project}-tablegen-host LLVM-tablegen-host)
- endif()
add_custom_command(OUTPUT ${${project}_TABLEGEN_EXE}
COMMAND ${tblgen_build_cmd}
DEPENDS CONFIGURE_LLVM_NATIVE ${target}
OpenPOWER on IntegriCloud