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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 30 09:02:18 PST 2015


zturner added a comment.

lldb-mi is including from the source tree, it should be including from the incldue tree.

In other words, the incldue should be changed to:

  #include "llvm/Support/Regex.h"

and the code should be updated to use `llvm::Regex` instead of the raw c functions.


Repository:
  rL LLVM

http://reviews.llvm.org/D15067





More information about the lldb-commits mailing list