[Lldb-commits] [PATCH] D17131: [LLDB][MIPS] Fix TestInferiorAssert.py for MIPS
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 11 23:24:12 PST 2016
zturner added a subscriber: zturner.
zturner added a comment.
Not going to block the change over this, but just as an fyi, you can
specify regexes without usign `re.compile`. You can literally just pass a
string that is a regex, it will still work
Repository:
rL LLVM
http://reviews.llvm.org/D17131
More information about the lldb-commits
mailing list