<div dir="ltr">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.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Feb 2, 2016 at 10:12 PM Jaydeep Patil via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">jaydeep accepted this revision.<br>
jaydeep added a comment.<br>
This revision is now accepted and ready to land.<br>
<br>
Looks good to me<br>
<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D16840" rel="noreferrer" target="_blank">http://reviews.llvm.org/D16840</a><br>
<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>