Re: [PATCH] D15160: [LIT] Add the –run-under parameter to lit, which lit.cfg will then use.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 14:00:46 PST 2015


mcrosier accepted this revision.
mcrosier added a reviewer: mcrosier.
mcrosier added a comment.
This revision is now accepted and ready to land.

In http://reviews.llvm.org/D15160#300754, @MatzeB wrote:

> In http://reviews.llvm.org/D15160#300727, @MatzeB wrote:
>
> >
>
>
> For the remote running stuff that I just pushed in test-suite r254545 I decided to configure things through lit.site.cfg and have the configuration options in cmake. This works nicely if the way you build things is somewhat tied to how you execute them which is the case for my typical cases where you cross compile to a device and execute remotely there. Maybe your use case is similar?


Your commit of r254545 does exactly what I was looking for!  Thanks, Matthias.


http://reviews.llvm.org/D15160





More information about the llvm-commits mailing list