[Lldb-commits] [PATCH] D16840: [LLDB][MIPS] Generalise MIPS arch names

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 2 22:30:56 PST 2016


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 at 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 at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160203/da01a977/attachment.html>


More information about the lldb-commits mailing list