[llgo] add USES_TERMINAL option to check-libgo
authorAndrew Wilkins <axwalk@gmail.com>
Wed, 30 Mar 2016 00:29:33 +0000 (00:29 +0000)
committerAndrew Wilkins <axwalk@gmail.com>
Wed, 30 Mar 2016 00:29:33 +0000 (00:29 +0000)
commitb94480376a90d17ae96c43e9158faec285d4e4b6
tree9d12aa60ce15f6e369e4036610088dc806f0bab8
parent82ee942a8c8535696c31ca336c02277c89df265d
[llgo] add USES_TERMINAL option to check-libgo

Summary:
The check-libgo target runs "make check" in the
libgo package, which can take a long time on
slower machines. To prevent buildbot failures
due to timeout, we can use Ninja's console pool
for this target.

Reviewers: pcc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D9495

llvm-svn: 264815
llgo/CMakeLists.txt