[PATCH] D45215: RFC/WIP: Have lit run the lldb test suite

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 07:58:50 PDT 2018


zturner added a subscriber: JDevlieghere.
zturner added a comment.

I haven’t had time to look at this in detail yet, but when I originally had
this idea I thought we would use lit’s discovery mechanism to find all .py
files, and then invoke them using dotest.py in single process mode with a
path to a specific file.

Why do we need run lines?


https://reviews.llvm.org/D45215





More information about the llvm-commits mailing list