[Lldb-commits] [PATCH] D25490: [CMake] Cleanup check-lldb targets

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 11 15:58:13 PDT 2016


zturner accepted this revision.
zturner added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/CMakeLists.txt:12
+    DEPENDS ${LLDB_TEST_DEPS}
+    USES_TERMINAL
     )
----------------
OMG.  I've been looking for this magic for forever.  Praise the sun!


https://reviews.llvm.org/D25490





More information about the lldb-commits mailing list