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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 30 08:35:24 PST 2015


zturner added a subscriber: zturner.
zturner requested changes to this revision.
zturner added a reviewer: zturner.
zturner added a comment.
This revision now requires changes to proceed.

@labath, can you point out where clang is doing the same thing?  I searched for files named `regcomp.c` for example, and only found the one copy in llvm.  Duplicating code seems like a blocking issue to me, this will make the THIRD regex implementation in LLDB if we do this.

Standalone build does not mean you don't need to link against LLVM libraries.


Repository:
  rL LLVM

http://reviews.llvm.org/D15067





More information about the lldb-commits mailing list