]> granicus.if.org Git - llvm/commit
[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)
commitd44ed288f9e2138a8e22f52261eec87b95ecb8a4
tree1f1f460840e1ffd3b6ece79060ac3428663d6f48
parent41dfa199812175214ccbe7fb6a366e9485ef8b29
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317695 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/TableGen.cmake