[Lldb-commits] [PATCH] D15067: Design building out of sources

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 30 09:06:07 PST 2015


labath requested changes to this revision.
labath added a comment.

OK, llvm seems to export the regex interface via include/llvm/Support/Regex.h. I think we should fix lldb-mi to use this interface instead, and then our problem will go away. The MI wrapper seems to be very simple, so it should not be a big problem to port it over.


Repository:
  rL LLVM

http://reviews.llvm.org/D15067





More information about the lldb-commits mailing list