Skip to content

Commit

Permalink
[llgo] add USES_TERMINAL option to check-libgo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
axw committed Mar 30, 2016
1 parent 82ee942 commit b944803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llgo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b944803

Please sign in to comment.