Are you sure the triple keyword parameter supports this syntax?  It doesn't
appear to be a regex since you're matching "mips*" instead of "mips.*".  I
believe the regular string matching algorithm uses the python `in` keyword
(which does a substring check), so just saying `triple = "mips"` should
work I think.

On Tue, Feb 2, 2016 at 10:12 PM Jaydeep Patil via lldb-commits <
lldb-commits@lists.llvm.org> wrote:

> jaydeep accepted this revision.
> jaydeep added a comment.
> This revision is now accepted and ready to land.
>
> Looks good to me
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D16840
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to