zturner added a subscriber: zturner. zturner added a comment. 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.
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