Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Wed, 19 Dec 2018 01:30:29 +0000 (01:30 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Wed, 19 Dec 2018 01:30:29 +0000 (01:30 +0000)
commit405810c2c4c53beaf0677c19c28d32a43c8b4e45
treeb5dc55e661a4b459d51e61bf7943f1e2e20bcc8b
parent894385d57885a41c14d0b921bd99e036501651b8
Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"

Previously, when compiling Visual Studio targets, one could see random build errors. This was caused by tablegen projects using the same build folders.
This workaround simply chains tablegen projects.

Differential Revision: https://reviews.llvm.org/D54153

llvm-svn: 349596
llvm/cmake/modules/TableGen.cmake