[Lldb-commits] [PATCH] D42195: [lldb] Generic base for testing gdb-remote behavior

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 23 02:04:10 PST 2018


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





More information about the lldb-commits mailing list