labath added a comment.
Herald added a subscriber: hintonda.

In https://reviews.llvm.org/D42195#984003, @owenpshaw wrote:

> It looks like the yaml2obj target hasn't been defined yet when the check-lldb 
> target is defined, so if(TARGET yaml2obj) always returns false.  Is there 
> another way to do the conditional dependency?  I'm assuming we don't want to 
> reorder the includes in llvm/tools/CMakeLists.txt.


Ah, I see. We can then probably gate this on IF(NOT LLDB_BUILT_STANDALONE).


https://reviews.llvm.org/D42195



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

Reply via email to