[Lldb-commits] [PATCH] D19216: test infra cleanup: make test_runner/lib into the test_runner package

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 18 10:57:00 PDT 2016


zturner added inline comments.

================
Comment at: packages/Python/lldbsuite/test/test_runner/lldb_utils.py:1
@@ +1,2 @@
+"""
+The LLVM Compiler Infrastructure
----------------
I feel like this entire file should go under `lldbsuite/support`.  If it's under `test/test_runner` we can't use it from anything in `lldb/scripts`, but this is generic enough that there's nothing actually test-specific about it.


http://reviews.llvm.org/D19216





More information about the lldb-commits mailing list