[Lldb-commits] [PATCH] D29985: [lldb] [test] Fix finding LLDB tools when building stand-alone

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 16 13:03:41 PST 2017


mgorny marked an inline comment as done.
mgorny added a comment.

Following @labath's suggestion, I've changed my approach a little. Now I'm using PATH lookup only for CC/CXX, while for remaining tools I'm using either llvm_tools_dir or lldb_tools_dir appropriately.


https://reviews.llvm.org/D29985





More information about the lldb-commits mailing list