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

Nitesh Jain via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 2 23:55:14 PST 2016


nitesh.jain added a comment.

Thanks zturner.

The triple is match using re.match(triple, lldb.DBG.GetSelectedPlatform().GetTriple()). 
I  will update diff with the suggested changes.


Repository:
  rL LLVM

http://reviews.llvm.org/D16840





More information about the lldb-commits mailing list