diff options
| author | Andrew Wilkins <axwalk@gmail.com> | 2016-03-30 00:29:33 +0000 |
|---|---|---|
| committer | Andrew Wilkins <axwalk@gmail.com> | 2016-03-30 00:29:33 +0000 |
| commit | b94480376a90d17ae96c43e9158faec285d4e4b6 (patch) | |
| tree | 9d12aa60ce15f6e369e4036610088dc806f0bab8 /llgo | |
| parent | 82ee942a8c8535696c31ca336c02277c89df265d (diff) | |
| download | bcm5719-llvm-b94480376a90d17ae96c43e9158faec285d4e4b6.tar.gz bcm5719-llvm-b94480376a90d17ae96c43e9158faec285d4e4b6.zip | |
[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
Diffstat (limited to 'llgo')
| -rw-r--r-- | llgo/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llgo/CMakeLists.txt b/llgo/CMakeLists.txt index 2fcef505582..c42eb4b43af 100644 --- a/llgo/CMakeLists.txt +++ b/llgo/CMakeLists.txt @@ -247,6 +247,7 @@ install(DIRECTORY ${LLGO_LIBRARY_DIR}/go add_custom_target(check-libgo COMMAND make -C ${CMAKE_CURRENT_BINARY_DIR}/libgo -j${PROCESSOR_COUNT} check DEPENDS libgo + ${cmake_3_2_USES_TERMINAL} COMMENT "Running libgo tests") add_custom_target(check-llgo-bootstrap |

