On Fri, Jun 10, 2016 at 4:25 PM, Pavel Labath <lab...@google.com> wrote:
> This is a side-effect of the cmake version bump to 3.4. Cmake now
> errors out on non-existing targets. You'll need to figure out a way to
> avoid adding this target to the dependency list. Patches welcome. :)

Comment in cmake/modules/AddLLDB.cmake tells:

# Hack: only some LLDB libraries depend on the clang autogenerated headers,
# but it is simple enough to make all of LLDB depend on some of those
# headers without negatively impacting much of anything.
add_dependencies(${name} libclang)

May be dependencies should be expressed explicitly? Of course, if
libraries will be valid.

> pl

Eugene.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to