[Lldb-commits] [PATCH] D25886: [Test Suite] Properly respect --framework option

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 21 17:25:30 PDT 2016


tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.

Looks good.

I do wonder if we should have a general helper for lines like this:

  sys.platform.rstrip('0123456789') in ('freebsd', 'linux', 'netbsd', 'darwin')

but that doesn't have to be looked at here.


https://reviews.llvm.org/D25886





More information about the lldb-commits mailing list