[PATCH] D9495: [llgo] add USES_TERMINAL option to check-libgo
Andrew Wilkins via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 17:34:45 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL264815: [llgo] add USES_TERMINAL option to check-libgo (authored by axw).
Changed prior to commit:
http://reviews.llvm.org/D9495?vs=24940&id=52012#toc
Repository:
rL LLVM
http://reviews.llvm.org/D9495
Files:
llgo/trunk/CMakeLists.txt
Index: llgo/trunk/CMakeLists.txt
===================================================================
--- llgo/trunk/CMakeLists.txt
+++ llgo/trunk/CMakeLists.txt
@@ -247,6 +247,7 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9495.52012.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160330/82f87db6/attachment.bin>
More information about the llvm-commits
mailing list