summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-10-08 00:14:02 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-10-08 00:14:02 +0000
commit6f23e5f6d52b21d479c1faed6054c545f24dff27 (patch)
treeaca950a0c80a0035befd0609270fa7fc20bd75d1
parent4bddca306a451f2577ec62dd73c30b5e91a8fb32 (diff)
downloadbcm5719-llvm-6f23e5f6d52b21d479c1faed6054c545f24dff27.tar.gz
bcm5719-llvm-6f23e5f6d52b21d479c1faed6054c545f24dff27.zip
[CMake] Remove stale comment
llvm-svn: 373995
-rw-r--r--lldb/test/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt
index 41dd30ec77c..985592f2b20 100644
--- a/lldb/test/CMakeLists.txt
+++ b/lldb/test/CMakeLists.txt
@@ -128,8 +128,6 @@ endif()
set(LLDB_DOTEST_ARGS ${LLDB_TEST_COMMON_ARGS};${LLDB_TEST_USER_ARGS})
set_property(GLOBAL PROPERTY LLDB_DOTEST_ARGS_PROPERTY ${LLDB_DOTEST_ARGS})
-# If tests crash cause LLDB to crash, or things are otherwise unstable, or if machine-parsable
-# output is desired (i.e. in continuous integration contexts) check-lldb-single is a better target.
add_custom_target(check-lldb)
add_dependencies(check-lldb lldb-test-deps)
set_target_properties(check-lldb PROPERTIES FOLDER "lldb misc")
OpenPOWER on IntegriCloud