[CMake] Remove target to build native tablegen
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Wed, 8 Nov 2017 14:31:54 +0000 (14:31 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Wed, 8 Nov 2017 14:31:54 +0000 (14:31 +0000)
commit0a41be758c1ac705a176c3a0d08d8f1643829b75
tree76508a211b7c976cf69cc2a60cd0920f4ea04993
parent5db0ae4d384175839fe274fbcc1cb120e79fe43d
[CMake] Remove target to build native tablegen

This was once needed so that multiple tablegen binaries don't compile
the library concurrently. However, this isn't needed anymore since
adding USES_TERMINAL to the custom_command.
This is supported by the fact that the target was only building
LLVMSupport since some cleanups a year ago. If this dependency had
really been needed, we would have seen complaints.

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

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